owenisas commited on
Commit
0546c37
·
verified ·
1 Parent(s): c7b3cf7

Build latest llama.cpp binding from source

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
 
3
  gradio==6.14.0
4
  huggingface-hub==1.17.0
5
  spaces==0.50.4
6
- llama-cpp-python==0.3.19
 
1
+ --no-binary=llama-cpp-python
2
 
3
  gradio==6.14.0
4
  huggingface-hub==1.17.0
5
  spaces==0.50.4
6
+ llama-cpp-python==0.3.24