Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,5 +7,6 @@ accelerate
|
|
7 |
sentence-transformers
|
8 |
cohere
|
9 |
huggingface_hub
|
|
|
10 |
# llama-cpp-python needs to be installed with specific CMake arguments:
|
11 |
# CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
|
|
|
7 |
sentence-transformers
|
8 |
cohere
|
9 |
huggingface_hub
|
10 |
+
llama-cpp-python
|
11 |
# llama-cpp-python needs to be installed with specific CMake arguments:
|
12 |
# CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
|