Luigi commited on
Commit
80565f2
·
1 Parent(s): 2249de9

Revert "disable avx512"

Browse files

This reverts commit 2249de991c5b105da0eb0d4445c8c95d7c8f0e6e.

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;-DUSE_AVX=ON;-DUSE_AVX2=ON;-DUSE_AVX512=OFF"
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"
11
 
12
  huggingface-hub
13
  termcolor