Luigi commited on
Commit
a65d957
·
verified ·
1 Parent(s): 7653a86

build llama cpp python using all CPU cores

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- llama-cpp-python>=0.3.9 --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
2
  opencv-python
3
  pillow
4
  huggingface-hub
 
1
+ llama-cpp-python>=0.3.9 --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS;-j$(nproc)"
2
  opencv-python
3
  pillow
4
  huggingface-hub