Skip to content

Commit 1f5306b

Browse files
authored
fix: disable 520xx series due to broken compatibility in latest kernels (#74)
1 parent cfeab94 commit 1f5306b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
major_version: [37, 38]
3434
driver_version: [520, 525, 470]
3535
exclude:
36+
- driver_version: 520
37+
major_version: 37
3638
- driver_version: 520
3739
major_version: 38
3840
- driver_version: 470
@@ -207,6 +209,8 @@ jobs:
207209
# When F38 is added, sericea will automatically be built too
208210
- image_name: sericea
209211
major_version: 37
212+
- driver_version: 520
213+
major_version: 37
210214
- driver_version: 520
211215
major_version: 38
212216
- driver_version: 470

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
6868
6969
Note: The Fedora release and Nvidia version can be set with the image tag as well:
7070
71-
| | 525xx series | 520xx series | 470xx series (Kepler 2012-2014 support) |
72-
|-----|---------------------------------------|---------------|-----------------------------------------|
73-
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
74-
| F38 | :38 / :38-525 / :38-current | | |
71+
| | 525xx series (latest, best supported) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) |
72+
|-----|---------------------------------------|---------------------------|-----------------------------------------|
73+
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
74+
| F38 | :38 / :38-525 / :38-current | | |
7575
7676
2. Set kargs after rebasing
7777

0 commit comments

Comments
 (0)