Luigi commited on
Commit
931fd49
·
1 Parent(s): 49a4dad

adjust requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,7 +1,10 @@
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
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
 
 
 
 
5
  llama-cpp-python --no-binary=:all: --global-option=build_ext --global-option="-DLLAMA_USE_CUBLAS=1"
6
  streamlit
7
  duckduckgo_search
 
1
+ --extra-index-url https://www.piwheels.org/simple
2
+ --extra-index-url https://github.com/GoogleCloudPlatform/gcloud-python-wheels/raw/refs/heads/master/wheelhouse
 
3
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
4
+
5
+ wheel
6
+ jieba
7
+ docopt
8
  llama-cpp-python --no-binary=:all: --global-option=build_ext --global-option="-DLLAMA_USE_CUBLAS=1"
9
  streamlit
10
  duckduckgo_search