Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
fastapi
|
3 |
-
uvicorn
|
4 |
-
huggingface_hub
|
5 |
pydantic==1.10.15
|
|
|
1 |
+
llama-cpp-python==0.2.87 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
+
huggingface_hub
|
5 |
pydantic==1.10.15
|