Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -6,10 +6,5 @@ gunicorn>=21.2.0
|
|
| 6 |
huggingface_hub>=0.23.0
|
| 7 |
requests>=2.31.0
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
# The AdventureAgent automatically falls back to Gemini when llama-cpp-python
|
| 12 |
-
# is not installed. Set GEMINI_API_KEY as a Space Secret and it works immediately.
|
| 13 |
-
#
|
| 14 |
-
# To enable GGUF support later, use a pre-built wheel:
|
| 15 |
-
# llama-cpp-python==0.3.4 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
|
|
|
| 6 |
huggingface_hub>=0.23.0
|
| 7 |
requests>=2.31.0
|
| 8 |
|
| 9 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 10 |
+
llama-cpp-python>=0.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|