Skip to content

Commit

Permalink
fix: disable 520xx series due to broken compatibility in latest kerne…
Browse files Browse the repository at this point in the history
…ls (#74)
  • Loading branch information
joshua-stone committed Mar 25, 2023
1 parent cfeab94 commit 1f5306b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
major_version: [37, 38]
driver_version: [520, 525, 470]
exclude:
- driver_version: 520
major_version: 37
- driver_version: 520
major_version: 38
- driver_version: 470
Expand Down Expand Up @@ -207,6 +209,8 @@ jobs:
# When F38 is added, sericea will automatically be built too
- image_name: sericea
major_version: 37
- driver_version: 520
major_version: 37
- driver_version: 520
major_version: 38
- driver_version: 470
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi

Note: The Fedora release and Nvidia version can be set with the image tag as well:

| | 525xx series | 520xx series | 470xx series (Kepler 2012-2014 support) |
|-----|---------------------------------------|---------------|-----------------------------------------|
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
| F38 | :38 / :38-525 / :38-current | | |
| | 525xx series (latest, best supported) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) |
|-----|---------------------------------------|---------------------------|-----------------------------------------|
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
| F38 | :38 / :38-525 / :38-current | | |

2. Set kargs after rebasing

Expand Down

0 comments on commit 1f5306b

Please sign in to comment.