Luigi commited on
Commit
f200cb7
·
1 Parent(s): 66a3cb6

specify wheel of llama cpp python

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  wheel
2
  jieba @ https://www.piwheels.org/simple/jieba/jieba-0.42.1-py3-none-any.whl
3
  docopt @ https://github.com/GoogleCloudPlatform/gcloud-python-wheels/raw/refs/heads/master/wheelhouse/docopt-0.6.2-py2.py3-none-any.whl
4
- llama-cpp-python # -C cmake.args="-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
5
  huggingface_hub
6
  streamlit
7
  duckduckgo_search
 
1
  wheel
2
  jieba @ https://www.piwheels.org/simple/jieba/jieba-0.42.1-py3-none-any.whl
3
  docopt @ https://github.com/GoogleCloudPlatform/gcloud-python-wheels/raw/refs/heads/master/wheelhouse/docopt-0.6.2-py2.py3-none-any.whl
4
+ llama-cpp-python @ https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.2/llama_cpp_python-0.3.2-cp310-cp310-linux_x86_64.whl
5
  huggingface_hub
6
  streamlit
7
  duckduckgo_search