TokenTutor commited on
Commit
f0965c1
·
verified ·
1 Parent(s): 5d01b0e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- # Force binary wheels for llama-cpp-python (avoid gcc / cmake builds on Spaces)
2
  --prefer-binary
3
- --only-binary llama-cpp-python
4
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
5
 
6
- # Core dependencies
7
- llama-cpp-python>=0.2.11
8
  gradio>=4.0.0
9
  huggingface_hub>=0.20.0
 
1
+ # Use CPU wheels for llama-cpp-python (avoid building from source)
2
  --prefer-binary
 
3
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
4
 
5
+ llama-cpp-python==0.2.90
 
6
  gradio>=4.0.0
7
  huggingface_hub>=0.20.0