File tree Expand file tree Collapse file tree 2 files changed +1791
-1855
lines changed Expand file tree Collapse file tree 2 files changed +1791
-1855
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ url = "https://download.pytorch.org/whl/"
8
8
verify_ssl = true
9
9
name = " pytorch-wheels"
10
10
11
+ [[source ]]
12
+ url = " https://download.pytorch.org/whl/cpu"
13
+ verify_ssl = true
14
+ name = " downloadpytorch"
15
+
11
16
[packages ]
12
17
boto3 = " *"
13
18
gdown = " *"
@@ -42,13 +47,15 @@ setuptools = ">70.0.0"
42
47
shapely = " >=1.7.1"
43
48
supervisor = " >=4.1.0"
44
49
treon = " *"
45
- torch = {index = " pytorch-wheels" , version = " ==2.6.0+cpu" }
46
- torchaudio = {index = " pytorch-wheels" , version = " ==2.6.0+cpu" }
47
50
torchmetrics = " >=0.11.0"
48
- torchvision = {index = " pytorch-wheels" , version = " ==0.21.0+cpu" }
49
51
transformers = " >=4.21.1"
52
+ jupyter-core = " ==5.8.1"
53
+ torch = {version = " ==2.7.1" , index = " downloadpytorch" }
54
+ torchaudio = {version = " ==2.7.1" , index = " downloadpytorch" }
55
+ torchvision = {version = " ==0.22.1" , index = " downloadpytorch" }
56
+ urllib3 = " ==2.5.0"
50
57
51
58
[dev-packages ]
52
59
53
60
[requires ]
54
- python_version = " 3.9"
61
+ python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments