staeiou commited on
Commit
2abbbe8
·
verified ·
1 Parent(s): 4253496

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- # Use prebuilt CPU wheels for llama-cpp-python (avoids 10–15 min compile)
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
3
- --prefer-binary
4
 
5
- llama-cpp-python==0.3.16
6
  gradio>=4.0
7
- huggingface-hub>=0.20
 
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
+ --only-binary=:all:
3
 
4
+ llama-cpp-python
5
  gradio>=4.0
6
+ huggingface-hub>=0.20