📦 Minimal requirements for ZeroGPU fix
Browse files- requirements.txt +1 -16
requirements.txt
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
torch>=2.0.0
|
| 2 |
-
transformers==4.41.0
|
| 3 |
-
accelerate>=0.28.0
|
| 4 |
-
tokenizers>=0.19.0
|
| 5 |
gradio==4.29.0
|
| 6 |
spaces>=0.19.0
|
| 7 |
-
|
| 8 |
-
aiohttp>=3.9.0
|
| 9 |
-
numpy>=1.24.0
|
| 10 |
-
psutil>=5.9.0
|
| 11 |
-
huggingface_hub>=0.20.0
|
| 12 |
-
safetensors>=0.4.0
|
| 13 |
-
peft==0.10.0
|
| 14 |
-
bitsandbytes==0.43.0
|
| 15 |
-
pydantic>=2.6.0
|
| 16 |
-
python-multipart>=0.0.9
|
| 17 |
-
aiofiles>=23.2.0
|
| 18 |
-
jinja2>=3.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.29.0
|
| 2 |
spaces>=0.19.0
|
| 3 |
+
torch>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|