Luigi commited on
Commit
894f9f3
·
1 Parent(s): e53e448

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -1,6 +1,13 @@
 
 
 
1
  gradio>=5.0
2
  opencv-python
3
  pillow
4
- llama-cpp-python -C cmake.args="-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
 
 
 
 
5
  huggingface-hub
6
- termcolor
 
1
+ # force a source build of llama‐cpp‐python
2
+ --no-binary llama-cpp-python
3
+
4
  gradio>=5.0
5
  opencv-python
6
  pillow
7
+
8
+ # build llama-cpp-python from source with OpenBLAS
9
+ llama-cpp-python>=0.3.9 \
10
+ --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
11
+
12
  huggingface-hub
13
+ termcolor