Luigi commited on
Commit
2249de9
·
1 Parent(s): 894f9f3

disable avx512

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -7,7 +7,7 @@ pillow
7
 
8
  # build llama-cpp-python from source with OpenBLAS
9
  llama-cpp-python>=0.3.9 \
10
- --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
11
 
12
  huggingface-hub
13
  termcolor
 
7
 
8
  # build llama-cpp-python from source with OpenBLAS
9
  llama-cpp-python>=0.3.9 \
10
+ --config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS;-DUSE_AVX=ON;-DUSE_AVX2=ON;-DUSE_AVX512=OFF"
11
 
12
  huggingface-hub
13
  termcolor