Spaces:
Running on Zero
Running on Zero
Remove torch/torchvision: use ZeroGPU pre-installed version
Browse filesZeroGPU pre-installs torch; torch==2.8.0 on PyPI lacks CUDA wheels
causing build failures. Previous cb96191 proved removal works.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -13,8 +13,6 @@ pillow==11.3.0
|
|
| 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
|
|
|
|
| 13 |
safetensors==0.6.2
|
| 14 |
timm==1.0.20
|
| 15 |
tokenizers==0.22.1
|
|
|
|
|
|
|
| 16 |
torchdiffeq==0.2.5
|
| 17 |
torchsde==0.2.6
|
| 18 |
tqdm==4.67.1
|