Spaces:
Running on Zero
Running on Zero
Kazuto Nakashima commited on
Commit ·
01ca8ca
1
Parent(s): aadf53f
update torch and natten versions in pre-requirements.txt and requirements.txt
Browse files- pre-requirements.txt +1 -1
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
torchvision==0.20.0
|
|
|
|
| 1 |
+
torch==2.6.0+cu124
|
| 2 |
torchvision==0.20.0
|
requirements.txt
CHANGED
|
@@ -10,4 +10,4 @@ tqdm==4.66.1
|
|
| 10 |
plotly==6.0.1
|
| 11 |
numpy==1.26.4
|
| 12 |
-f https://whl.natten.org
|
| 13 |
-
natten==0.17.5+
|
|
|
|
| 10 |
plotly==6.0.1
|
| 11 |
numpy==1.26.4
|
| 12 |
-f https://whl.natten.org
|
| 13 |
+
natten==0.17.5+torch260cu124
|