Luigi commited on
Commit
1100e97
·
verified ·
1 Parent(s): 2a5ecc1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # force a source build of llama‐cpp‐python
2
- --find-links https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.9/
3
  # --no-binary=llama-cpp-python
4
 
5
  gradio>=5.0
@@ -8,6 +8,7 @@ pillow
8
 
9
  # build llama-cpp-python from source with OpenBLAS
10
  # llama-cpp-python>=0.3.9 --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
 
11
 
12
  huggingface-hub
13
  termcolor
 
1
  # force a source build of llama‐cpp‐python
2
+ # --find-links https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.9/
3
  # --no-binary=llama-cpp-python
4
 
5
  gradio>=5.0
 
8
 
9
  # build llama-cpp-python from source with OpenBLAS
10
  # llama-cpp-python>=0.3.9 --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
11
+ llama-cpp-python-binary
12
 
13
  huggingface-hub
14
  termcolor