Spaces:
Running
on
Zero
Running
on
Zero
adjust requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
|
2 |
-
|
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
|