Skip to content

Commit ad53196

Browse files
committed
Gen 19: Torch 2.7.1
1 parent 3992cae commit ad53196

File tree

256 files changed

+22669
-3
lines changed

Some content is hidden

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

256 files changed

+22669
-3
lines changed

matrix.json

Lines changed: 108 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": 18,
2+
"id": 19,
33
"cuda_versions": [
44
"11.7",
55
"11.8",
@@ -36,7 +36,8 @@
3636
"2.5.0",
3737
"2.5.1",
3838
"2.6.0",
39-
"2.7.0"
39+
"2.7.0",
40+
"2.7.1"
4041
],
4142
"torch_cudas": {
4243
"2.0.0": [
@@ -108,9 +109,34 @@
108109
"11.8",
109110
"12.6",
110111
"12.8"
112+
],
113+
"2.7.1": [
114+
"11.8",
115+
"12.6",
116+
"12.8"
111117
]
112118
},
113119
"venvs": [
120+
{
121+
"python": "3.13",
122+
"torch": "2.7.1",
123+
"cuda": "cpu"
124+
},
125+
{
126+
"python": "3.13",
127+
"torch": "2.7.1",
128+
"cuda": "12.8"
129+
},
130+
{
131+
"python": "3.13",
132+
"torch": "2.7.1",
133+
"cuda": "12.6"
134+
},
135+
{
136+
"python": "3.13",
137+
"torch": "2.7.1",
138+
"cuda": "11.8"
139+
},
114140
{
115141
"python": "3.13",
116142
"torch": "2.7.0",
@@ -151,6 +177,26 @@
151177
"torch": "2.6.0",
152178
"cuda": "11.8"
153179
},
180+
{
181+
"python": "3.12",
182+
"torch": "2.7.1",
183+
"cuda": "cpu"
184+
},
185+
{
186+
"python": "3.12",
187+
"torch": "2.7.1",
188+
"cuda": "12.8"
189+
},
190+
{
191+
"python": "3.12",
192+
"torch": "2.7.1",
193+
"cuda": "12.6"
194+
},
195+
{
196+
"python": "3.12",
197+
"torch": "2.7.1",
198+
"cuda": "11.8"
199+
},
154200
{
155201
"python": "3.12",
156202
"torch": "2.7.0",
@@ -271,6 +317,26 @@
271317
"torch": "2.4.0",
272318
"cuda": "11.8"
273319
},
320+
{
321+
"python": "3.11",
322+
"torch": "2.7.1",
323+
"cuda": "cpu"
324+
},
325+
{
326+
"python": "3.11",
327+
"torch": "2.7.1",
328+
"cuda": "12.8"
329+
},
330+
{
331+
"python": "3.11",
332+
"torch": "2.7.1",
333+
"cuda": "12.6"
334+
},
335+
{
336+
"python": "3.11",
337+
"torch": "2.7.1",
338+
"cuda": "11.8"
339+
},
274340
{
275341
"python": "3.11",
276342
"torch": "2.7.0",
@@ -541,6 +607,26 @@
541607
"torch": "2.0.0",
542608
"cuda": "11.7"
543609
},
610+
{
611+
"python": "3.10",
612+
"torch": "2.7.1",
613+
"cuda": "cpu"
614+
},
615+
{
616+
"python": "3.10",
617+
"torch": "2.7.1",
618+
"cuda": "12.8"
619+
},
620+
{
621+
"python": "3.10",
622+
"torch": "2.7.1",
623+
"cuda": "12.6"
624+
},
625+
{
626+
"python": "3.10",
627+
"torch": "2.7.1",
628+
"cuda": "11.8"
629+
},
544630
{
545631
"python": "3.10",
546632
"torch": "2.7.0",
@@ -811,6 +897,26 @@
811897
"torch": "2.0.0",
812898
"cuda": "11.7"
813899
},
900+
{
901+
"python": "3.9",
902+
"torch": "2.7.1",
903+
"cuda": "cpu"
904+
},
905+
{
906+
"python": "3.9",
907+
"torch": "2.7.1",
908+
"cuda": "12.8"
909+
},
910+
{
911+
"python": "3.9",
912+
"torch": "2.7.1",
913+
"cuda": "12.6"
914+
},
915+
{
916+
"python": "3.9",
917+
"torch": "2.7.1",
918+
"cuda": "11.8"
919+
},
814920
{
815921
"python": "3.9",
816922
"torch": "2.7.0",

src/monobase/monogen.py

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,49 @@ def otel_attributes(self):
837837
],
838838
pip_pkgs=SEED_PKGS,
839839
),
840+
MonoGen(
841+
id=19,
842+
cuda={
843+
'11.7': '11.7.0_515.43.04',
844+
'11.8': '11.8.0_520.61.05',
845+
'12.1': '12.1.1_530.30.02',
846+
'12.4': '12.4.1_550.54.15',
847+
'12.6': '12.6.3_560.35.05',
848+
'12.8': '12.8.1_570.124.06',
849+
},
850+
cudnn={
851+
'8': '8.9.7.29',
852+
'9': '9.8.0.87',
853+
},
854+
python={
855+
'3.8': '3.8.20',
856+
'3.9': '3.9.22',
857+
'3.10': '3.10.17',
858+
'3.11': '3.11.12',
859+
'3.12': '3.12.10',
860+
'3.13': '3.13.3',
861+
},
862+
torch=[
863+
'2.0.0',
864+
'2.0.1',
865+
'2.1.0',
866+
'2.1.1',
867+
'2.1.2',
868+
'2.2.0',
869+
'2.2.1',
870+
'2.2.2',
871+
'2.3.0',
872+
'2.3.1',
873+
'2.4.0',
874+
'2.4.1',
875+
'2.5.0',
876+
'2.5.1',
877+
'2.6.0',
878+
'2.7.0',
879+
'2.7.1',
880+
],
881+
pip_pkgs=SEED_PKGS,
882+
),
840883
]
841884

842885
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.2
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.1.1
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.2
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://pypi.org/simple
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.1.1
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)