Skip to content

Commit bccb2c8

Browse files
committed
feat: update CI with Blackwell + add binary RTX 5000 release
1 parent fb6ed12 commit bccb2c8

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

.github/workflows/main.yml

+25-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18+
- os: ubuntu-24.04
19+
cuda: "12.8"
20+
arch: 120
21+
python: "3.12"
22+
- os: ubuntu-24.04
23+
cuda: "12.8"
24+
arch: 100
25+
python: "3.12"
26+
- os: ubuntu-24.04
27+
cuda: "12.6"
28+
arch: 89
29+
python: "3.12"
1830
- os: ubuntu-22.04
1931
cuda: "11.7"
2032
arch: 86
@@ -50,7 +62,7 @@ jobs:
5062
- uses: actions/checkout@v4
5163
with:
5264
submodules: recursive
53-
- uses: actions/setup-python@v4
65+
- uses: actions/setup-python@v5
5466
with:
5567
python-version: ${{ matrix.python }}
5668
- run: pip install -r requirements.txt
@@ -73,6 +85,17 @@ jobs:
7385
strategy:
7486
matrix:
7587
include:
88+
- os: windows-2025
89+
visual_studio: "Visual Studio 17 2022"
90+
cuda: "12.8.0"
91+
arch: 120
92+
python: "3.12"
93+
recommended_gpus: "RTX-5000"
94+
- os: windows-2025
95+
visual_studio: "Visual Studio 17 2022"
96+
cuda: "12.6.3"
97+
arch: 89
98+
python: "3.12"
7699
- os: windows-2019
77100
visual_studio: "Visual Studio 16 2019"
78101
cuda: "11.5.1"
@@ -115,7 +138,7 @@ jobs:
115138
- uses: actions/checkout@v4
116139
with:
117140
submodules: recursive
118-
- uses: actions/setup-python@v4
141+
- uses: actions/setup-python@v5
119142
with:
120143
python-version: ${{ matrix.python }}
121144
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)