Spaces:
Running
Running
set -euxo pipefail | |
echo ">>> Running postBuild: force-building llama-cpp-python with OpenBLAS" | |
export CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" | |
pip install --no-cache-dir --force-reinstall --no-binary llama-cpp-python llama-cpp-python |