Build latest llama.cpp binding from source
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
--
|
| 2 |
|
| 3 |
gradio==6.14.0
|
| 4 |
huggingface-hub==1.17.0
|
| 5 |
spaces==0.50.4
|
| 6 |
-
llama-cpp-python==0.3.
|
|
|
|
| 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
|