Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
llama-cpp-python==0.3.2 \
|
| 4 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
|
|
|
| 5 |
transformers==4.51.3
|
| 6 |
sentence-transformers
|
| 7 |
chromadb
|
|
|
|
| 2 |
torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
llama-cpp-python==0.3.2 \
|
| 4 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 5 |
+
accelerate
|
| 6 |
transformers==4.51.3
|
| 7 |
sentence-transformers
|
| 8 |
chromadb
|