Spaces:
Sleeping
Sleeping
new-file-packages.txt
Browse files- packages.txt +1 -0
- requirements.txt +1 -1
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
libopenblas-dev
|
requirements.txt
CHANGED
|
@@ -5,4 +5,4 @@ psutil==5.9.8
|
|
| 5 |
aiosqlite==0.20.0
|
| 6 |
python-multipart==0.0.9
|
| 7 |
transformers==4.42.4
|
| 8 |
-
llama-cpp-python
|
|
|
|
| 5 |
aiosqlite==0.20.0
|
| 6 |
python-multipart==0.0.9
|
| 7 |
transformers==4.42.4
|
| 8 |
+
llama-cpp-python --config-settings "cmake.args=-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS"
|