Spaces:
Running on Zero
Running on Zero
Joseph Antolick Claude Opus 4.8 commited on
Commit ·
63c0539
1
Parent(s): 9e85ee8
Add torchvision (required by Gemma 4 image processor)
Browse filesCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -8,5 +8,6 @@ pillow
|
|
| 8 |
transformers>=4.57
|
| 9 |
accelerate
|
| 10 |
torch>=2.8 # ZeroGPU requires torch >= 2.8
|
|
|
|
| 11 |
huggingface_hub
|
| 12 |
requests # only used by the local Ollama backend; harmless on Spaces
|
|
|
|
| 8 |
transformers>=4.57
|
| 9 |
accelerate
|
| 10 |
torch>=2.8 # ZeroGPU requires torch >= 2.8
|
| 11 |
+
torchvision # Gemma 4 image processor imports torchvision
|
| 12 |
huggingface_hub
|
| 13 |
requests # only used by the local Ollama backend; harmless on Spaces
|