Spaces:
Running
Running
Revert "disable avx512"
Browse filesThis reverts commit 2249de991c5b105da0eb0d4445c8c95d7c8f0e6e.
- 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"
|
11 |
|
12 |
huggingface-hub
|
13 |
termcolor
|