Luigi's picture
Add executable postBuild hook
06475ce
raw
history blame
270 Bytes
#!/usr/bin/env bash
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