Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
# Use the official pre-built wheel index for CPU
|
| 2 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
|
| 4 |
-
llama-cpp-python
|
| 5 |
-
fastapi
|
| 6 |
-
uvicorn
|
| 7 |
python-multipart
|
| 8 |
-
pydantic
|
| 9 |
huggingface-hub
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
|
| 3 |
+
llama-cpp-python==0.2.11
|
| 4 |
+
fastapi==0.110.0
|
| 5 |
+
uvicorn==0.29.0
|
| 6 |
python-multipart
|
| 7 |
+
pydantic==2.6.4
|
| 8 |
huggingface-hub
|