Spaces:
Running
Running
disable avx512
Browse files- 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
|