Spaces:
Running
Running
Commit
·
39f4270
1
Parent(s):
611584f
Changed llama-cpp version for cpu
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -19,8 +19,8 @@ polars>=1.34.0
|
|
| 19 |
sentence-transformers==5.1.2
|
| 20 |
torch>=2.6.0 --extra-index-url https://download.pytorch.org/whl/cu124
|
| 21 |
#https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.2/llama_cpp_python-0.3.2-cp311-cp311-win_amd64.whl # Exact wheel specified for windows
|
| 22 |
-
|
| 23 |
# Specify exact llama_cpp wheel for huggingface compatibility
|
| 24 |
-
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu121/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
| 25 |
spaces==0.42.1
|
| 26 |
numpy==2.2.6
|
|
|
|
| 19 |
sentence-transformers==5.1.2
|
| 20 |
torch>=2.6.0 --extra-index-url https://download.pytorch.org/whl/cu124
|
| 21 |
#https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.2/llama_cpp_python-0.3.2-cp311-cp311-win_amd64.whl # Exact wheel specified for windows
|
| 22 |
+
llama-cpp-python==0.3.2 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 23 |
# Specify exact llama_cpp wheel for huggingface compatibility
|
| 24 |
+
# https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu121/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
| 25 |
spaces==0.42.1
|
| 26 |
numpy==2.2.6
|