Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -8,6 +8,7 @@ pandas==2.2.3
|
|
| 8 |
streamlit==1.45.0
|
| 9 |
torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
|
| 10 |
transformers==4.51.3
|
| 11 |
-
llama-cpp-python
|
|
|
|
| 12 |
sentence-transformers
|
| 13 |
chromadb
|
|
|
|
| 8 |
streamlit==1.45.0
|
| 9 |
torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
|
| 10 |
transformers==4.51.3
|
| 11 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 12 |
+
llama-cpp-python==0.3.8
|
| 13 |
sentence-transformers
|
| 14 |
chromadb
|