Spaces:
Running
Running
Create requirements.txt
Browse filesadded custom requirements.txt
- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.3.1
|
| 2 |
+
transformers>=4.43.0
|
| 3 |
+
accelerate>=0.31.0
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
llama-cpp-python>=0.2.0
|
| 6 |
+
safetensors>=0.4.0
|
| 7 |
+
huggingface-hub>=0.20.0
|
| 8 |
+
psutil>=5.9.0
|
| 9 |
+
numpy>=1.24.0
|
| 10 |
+
requests>=2.31.0
|
| 11 |
+
aiohttp>=3.8.0
|
| 12 |
+
protobuf>=4.25.0
|
| 13 |
+
sentencepiece>=0.1.99
|
| 14 |
+
ninja>=1.11.0
|
| 15 |
+
tqdm>=4.65.0
|
| 16 |
+
GPUtil>=1.4.0
|
| 17 |
+
python-multipart>=0.0.6
|
| 18 |
+
uvicorn>=0.24.0
|
| 19 |
+
fastapi>=0.104.0
|
| 20 |
+
pydantic>=2.0.0
|