Spaces:
Running on Zero
Running on Zero
Pin torch==2.8.0 and torchvision==0.23.0 (known working versions)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -13,8 +13,8 @@ pillow==11.3.0
|
|
| 13 |
safetensors==0.6.2
|
| 14 |
timm==1.0.20
|
| 15 |
tokenizers==0.22.1
|
| 16 |
-
torch
|
| 17 |
-
torchvision
|
| 18 |
torchdiffeq==0.2.5
|
| 19 |
torchsde==0.2.6
|
| 20 |
tqdm==4.67.1
|
|
|
|
| 13 |
safetensors==0.6.2
|
| 14 |
timm==1.0.20
|
| 15 |
tokenizers==0.22.1
|
| 16 |
+
torch==2.8.0
|
| 17 |
+
torchvision==0.23.0
|
| 18 |
torchdiffeq==0.2.5
|
| 19 |
torchsde==0.2.6
|
| 20 |
tqdm==4.67.1
|