Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-cpp-python==0.2.90
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
+
pydantic
|
| 5 |
+
huggingface_hub
|
| 6 |
+
transformers>=4.41.0
|
| 7 |
+
accelerate
|
| 8 |
+
supabase
|
| 9 |
+
Pillow
|
| 10 |
+
sentencepiece
|
| 11 |
+
python-multipart
|