Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.103.2
|
| 2 |
+
uvicorn==0.23.2
|
| 3 |
+
pydantic==2.4.2
|
| 4 |
+
transformers==4.40.1
|
| 5 |
+
torch==2.3.0
|
| 6 |
+
sentencepiece==0.2.0
|
| 7 |
+
protobuf==5.26.1
|
| 8 |
+
llama-cpp-python
|
| 9 |
+
huggingface_hub
|