Spaces:
Running on Zero
Running on Zero
Remove torch/torchvision from requirements to avoid ZeroGPU conflicts
Browse filesZeroGPU spaces have PyTorch pre-installed; overriding causes startup crash.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -13,9 +13,7 @@ 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 |
torchdiffeq==0.2.5
|
| 18 |
torchsde==0.2.6
|
| 19 |
-
torchvision==0.23.0
|
| 20 |
tqdm==4.67.1
|
| 21 |
transformers==4.57.0
|
|
|
|
| 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
|
| 19 |
transformers==4.57.0
|