faaizashiq commited on
Commit
19b3702
·
verified ·
1 Parent(s): c5bc7bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # NOTE: llama-cpp-python is intentionally excluded here.
10
- # Compiling it from source exceeds HF Spaces free tier build timeout (~10 min).
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