Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
|
|
|
|
| 4 |
huggingface-hub
|
|
|
|
| 1 |
+
# Pre-built engine for Hugging Face CPU (Architecture: Linux x86_64)
|
| 2 |
+
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1/llama_cpp_python-0.3.1-cp310-cp310-linux_x86_64.whl
|
| 3 |
+
|
| 4 |
fastapi
|
| 5 |
uvicorn
|
| 6 |
+
python-multipart
|
| 7 |
+
pydantic
|
| 8 |
huggingface-hub
|