File tree 1 file changed +25
-2
lines changed
1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
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"
18
30
- os : ubuntu-22.04
19
31
cuda : " 11.7"
20
32
arch : 86
50
62
- uses : actions/checkout@v4
51
63
with :
52
64
submodules : recursive
53
- - uses : actions/setup-python@v4
65
+ - uses : actions/setup-python@v5
54
66
with :
55
67
python-version : ${{ matrix.python }}
56
68
- run : pip install -r requirements.txt
73
85
strategy :
74
86
matrix :
75
87
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"
76
99
- os : windows-2019
77
100
visual_studio : " Visual Studio 16 2019"
78
101
cuda : " 11.5.1"
@@ -115,7 +138,7 @@ jobs:
115
138
- uses : actions/checkout@v4
116
139
with :
117
140
submodules : recursive
118
- - uses : actions/setup-python@v4
141
+ - uses : actions/setup-python@v5
119
142
with :
120
143
python-version : ${{ matrix.python }}
121
144
- run : pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments