Skip to content

Commit 8baac0a

Browse files
committed
Gen 20: Torch 2.8.0
1 parent 479254b commit 8baac0a

File tree

276 files changed

+24623
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+24623
-4
lines changed

matrix.json

Lines changed: 110 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"id": 19,
2+
"id": 20,
33
"cuda_versions": [
44
"11.7",
55
"11.8",
66
"12.1",
77
"12.4",
88
"12.6",
9-
"12.8"
9+
"12.8",
10+
"12.9"
1011
],
1112
"cudnn_versions": [
1213
"8",
@@ -37,7 +38,8 @@
3738
"2.5.1",
3839
"2.6.0",
3940
"2.7.0",
40-
"2.7.1"
41+
"2.7.1",
42+
"2.8.0"
4143
],
4244
"torch_cudas": {
4345
"2.0.0": [
@@ -114,9 +116,34 @@
114116
"11.8",
115117
"12.6",
116118
"12.8"
119+
],
120+
"2.8.0": [
121+
"12.6",
122+
"12.8",
123+
"12.9"
117124
]
118125
},
119126
"venvs": [
127+
{
128+
"python": "3.13",
129+
"torch": "2.8.0",
130+
"cuda": "cpu"
131+
},
132+
{
133+
"python": "3.13",
134+
"torch": "2.8.0",
135+
"cuda": "12.9"
136+
},
137+
{
138+
"python": "3.13",
139+
"torch": "2.8.0",
140+
"cuda": "12.8"
141+
},
142+
{
143+
"python": "3.13",
144+
"torch": "2.8.0",
145+
"cuda": "12.6"
146+
},
120147
{
121148
"python": "3.13",
122149
"torch": "2.7.1",
@@ -177,6 +204,26 @@
177204
"torch": "2.6.0",
178205
"cuda": "11.8"
179206
},
207+
{
208+
"python": "3.12",
209+
"torch": "2.8.0",
210+
"cuda": "cpu"
211+
},
212+
{
213+
"python": "3.12",
214+
"torch": "2.8.0",
215+
"cuda": "12.9"
216+
},
217+
{
218+
"python": "3.12",
219+
"torch": "2.8.0",
220+
"cuda": "12.8"
221+
},
222+
{
223+
"python": "3.12",
224+
"torch": "2.8.0",
225+
"cuda": "12.6"
226+
},
180227
{
181228
"python": "3.12",
182229
"torch": "2.7.1",
@@ -317,6 +364,26 @@
317364
"torch": "2.4.0",
318365
"cuda": "11.8"
319366
},
367+
{
368+
"python": "3.11",
369+
"torch": "2.8.0",
370+
"cuda": "cpu"
371+
},
372+
{
373+
"python": "3.11",
374+
"torch": "2.8.0",
375+
"cuda": "12.9"
376+
},
377+
{
378+
"python": "3.11",
379+
"torch": "2.8.0",
380+
"cuda": "12.8"
381+
},
382+
{
383+
"python": "3.11",
384+
"torch": "2.8.0",
385+
"cuda": "12.6"
386+
},
320387
{
321388
"python": "3.11",
322389
"torch": "2.7.1",
@@ -607,6 +674,26 @@
607674
"torch": "2.0.0",
608675
"cuda": "11.7"
609676
},
677+
{
678+
"python": "3.10",
679+
"torch": "2.8.0",
680+
"cuda": "cpu"
681+
},
682+
{
683+
"python": "3.10",
684+
"torch": "2.8.0",
685+
"cuda": "12.9"
686+
},
687+
{
688+
"python": "3.10",
689+
"torch": "2.8.0",
690+
"cuda": "12.8"
691+
},
692+
{
693+
"python": "3.10",
694+
"torch": "2.8.0",
695+
"cuda": "12.6"
696+
},
610697
{
611698
"python": "3.10",
612699
"torch": "2.7.1",
@@ -897,6 +984,26 @@
897984
"torch": "2.0.0",
898985
"cuda": "11.7"
899986
},
987+
{
988+
"python": "3.9",
989+
"torch": "2.8.0",
990+
"cuda": "cpu"
991+
},
992+
{
993+
"python": "3.9",
994+
"torch": "2.8.0",
995+
"cuda": "12.9"
996+
},
997+
{
998+
"python": "3.9",
999+
"torch": "2.8.0",
1000+
"cuda": "12.8"
1001+
},
1002+
{
1003+
"python": "3.9",
1004+
"torch": "2.8.0",
1005+
"cuda": "12.6"
1006+
},
9001007
{
9011008
"python": "3.9",
9021009
"torch": "2.7.1",

src/monobase/monogen.py

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,51 @@ def otel_attributes(self):
880880
],
881881
pip_pkgs=SEED_PKGS,
882882
),
883+
MonoGen(
884+
id=20,
885+
cuda={
886+
'11.7': '11.7.0_515.43.04',
887+
'11.8': '11.8.0_520.61.05',
888+
'12.1': '12.1.1_530.30.02',
889+
'12.4': '12.4.1_550.54.15',
890+
'12.6': '12.6.3_560.35.05',
891+
'12.8': '12.8.1_570.124.06',
892+
'12.9': '12.9.1_575.57.08',
893+
},
894+
cudnn={
895+
'8': '8.9.7.29',
896+
'9': '9.12.0.46',
897+
},
898+
python={
899+
'3.8': '3.8.20',
900+
'3.9': '3.9.23',
901+
'3.10': '3.10.18',
902+
'3.11': '3.11.13',
903+
'3.12': '3.12.11',
904+
'3.13': '3.13.6',
905+
},
906+
torch=[
907+
'2.0.0',
908+
'2.0.1',
909+
'2.1.0',
910+
'2.1.1',
911+
'2.1.2',
912+
'2.2.0',
913+
'2.2.1',
914+
'2.2.2',
915+
'2.3.0',
916+
'2.3.1',
917+
'2.4.0',
918+
'2.4.1',
919+
'2.5.0',
920+
'2.5.1',
921+
'2.6.0',
922+
'2.7.0',
923+
'2.7.1',
924+
'2.8.0',
925+
],
926+
pip_pkgs=SEED_PKGS,
927+
),
883928
]
884929

885930
MONOGENS: dict[str, list[MonoGen]] = {
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --emit-index-url --emit-find-links --emit-build-options --emit-index-annotation --extra-index-url https://download.pytorch.org/whl/cpu --index-url https://pypi.org/simple --index-strategy first-index -
3+
--index-url https://pypi.org/simple
4+
--extra-index-url https://download.pytorch.org/whl/cpu
5+
6+
certifi==2022.12.7
7+
# via requests
8+
# from https://download.pytorch.org/whl/cpu
9+
charset-normalizer==2.1.1
10+
# via requests
11+
# from https://download.pytorch.org/whl/cpu
12+
cython==3.1.3
13+
# from https://pypi.org/simple
14+
filelock==3.13.1
15+
# via torch
16+
# from https://download.pytorch.org/whl/cpu
17+
idna==3.4
18+
# via requests
19+
# from https://download.pytorch.org/whl/cpu
20+
jinja2==3.1.4
21+
# via torch
22+
# from https://download.pytorch.org/whl/cpu
23+
markupsafe==2.1.5
24+
# via jinja2
25+
# from https://download.pytorch.org/whl/cpu
26+
mpmath==1.3.0
27+
# via sympy
28+
# from https://download.pytorch.org/whl/cpu
29+
networkx==3.3
30+
# via torch
31+
# from https://download.pytorch.org/whl/cpu
32+
numpy==1.26.3
33+
# via torchvision
34+
# from https://download.pytorch.org/whl/cpu
35+
packaging==24.1
36+
# from https://download.pytorch.org/whl/cpu
37+
pillow==11.0.0
38+
# via torchvision
39+
# from https://download.pytorch.org/whl/cpu
40+
pip==25.2
41+
# from https://pypi.org/simple
42+
requests==2.28.1
43+
# via torchvision
44+
# from https://download.pytorch.org/whl/cpu
45+
setuptools==70.2.0
46+
# from https://download.pytorch.org/whl/cpu
47+
sympy==1.13.3
48+
# via torch
49+
# from https://download.pytorch.org/whl/cpu
50+
torch==2.0.0+cpu
51+
# via
52+
# torchaudio
53+
# torchvision
54+
# from https://download.pytorch.org/whl/cpu
55+
torchaudio==2.0.0+cpu
56+
# from https://download.pytorch.org/whl/cpu
57+
torchvision==0.15.0+cpu
58+
# from https://download.pytorch.org/whl/cpu
59+
typing-extensions==4.12.2
60+
# via torch
61+
# from https://download.pytorch.org/whl/cpu
62+
urllib3==1.26.13
63+
# via requests
64+
# from https://download.pytorch.org/whl/cpu
65+
wheel==0.45.1
66+
# from https://pypi.org/simple
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --emit-index-url --emit-find-links --emit-build-options --emit-index-annotation --extra-index-url https://download.pytorch.org/whl/cu117 --index-url https://pypi.org/simple --index-strategy first-index -
3+
--index-url https://pypi.org/simple
4+
--extra-index-url https://download.pytorch.org/whl/cu117
5+
6+
certifi==2022.12.7
7+
# via requests
8+
# from https://download.pytorch.org/whl/cu117
9+
charset-normalizer==2.1.1
10+
# via requests
11+
# from https://download.pytorch.org/whl/cu117
12+
cmake==3.25.0
13+
# via triton
14+
# from https://download.pytorch.org/whl/cu117
15+
cython==3.1.3
16+
# from https://pypi.org/simple
17+
filelock==3.13.1
18+
# via
19+
# torch
20+
# triton
21+
# from https://download.pytorch.org/whl/cu117
22+
idna==3.4
23+
# via requests
24+
# from https://download.pytorch.org/whl/cu117
25+
jinja2==3.1.4
26+
# via torch
27+
# from https://download.pytorch.org/whl/cu117
28+
lit==15.0.7
29+
# via triton
30+
# from https://download.pytorch.org/whl/cu117
31+
markupsafe==2.1.5
32+
# via jinja2
33+
# from https://download.pytorch.org/whl/cu117
34+
mpmath==1.3.0
35+
# via sympy
36+
# from https://download.pytorch.org/whl/cu117
37+
networkx==3.3
38+
# via torch
39+
# from https://download.pytorch.org/whl/cu117
40+
numpy==1.26.3
41+
# via torchvision
42+
# from https://download.pytorch.org/whl/cu117
43+
nvidia-cublas-cu11==11.11.3.6
44+
# via
45+
# nvidia-cudnn-cu11
46+
# nvidia-cusolver-cu11
47+
# from https://pypi.org/simple
48+
nvidia-cuda-cupti-cu11==11.8.87
49+
# from https://pypi.org/simple
50+
nvidia-cuda-nvrtc-cu11==11.8.89
51+
# from https://pypi.org/simple
52+
nvidia-cuda-runtime-cu11==11.8.89
53+
# from https://pypi.org/simple
54+
nvidia-cudnn-cu11==9.10.2.21
55+
# from https://download.pytorch.org/whl/cu117
56+
nvidia-cufft-cu11==10.9.0.58
57+
# from https://pypi.org/simple
58+
nvidia-curand-cu11==10.3.0.86
59+
# from https://pypi.org/simple
60+
nvidia-cusolver-cu11==11.4.1.48
61+
# from https://pypi.org/simple
62+
nvidia-cusparse-cu11==11.7.5.86
63+
# from https://pypi.org/simple
64+
nvidia-nccl-cu11==2.21.5
65+
# from https://pypi.org/simple
66+
nvidia-nvtx-cu11==11.8.86
67+
# from https://pypi.org/simple
68+
packaging==24.1
69+
# from https://download.pytorch.org/whl/cu117
70+
pillow==11.0.0
71+
# via torchvision
72+
# from https://download.pytorch.org/whl/cu117
73+
pip==25.2
74+
# from https://pypi.org/simple
75+
requests==2.28.1
76+
# via torchvision
77+
# from https://download.pytorch.org/whl/cu117
78+
setuptools==70.2.0
79+
# from https://download.pytorch.org/whl/cu117
80+
sympy==1.13.3
81+
# via torch
82+
# from https://download.pytorch.org/whl/cu117
83+
torch==2.0.0+cu117
84+
# via
85+
# torchaudio
86+
# torchvision
87+
# triton
88+
# from https://download.pytorch.org/whl/cu117
89+
torchaudio==2.0.0+cu117
90+
# from https://download.pytorch.org/whl/cu117
91+
torchvision==0.15.0+cu117
92+
# from https://download.pytorch.org/whl/cu117
93+
triton==2.0.0
94+
# via torch
95+
# from https://download.pytorch.org/whl/cu117
96+
typing-extensions==4.12.2
97+
# via torch
98+
# from https://download.pytorch.org/whl/cu117
99+
urllib3==1.26.13
100+
# via requests
101+
# from https://download.pytorch.org/whl/cu117
102+
wheel==0.45.1
103+
# from https://pypi.org/simple

0 commit comments

Comments
 (0)