Luigi's picture
specify a openblas llama cpp build
02e777b
raw
history blame
126 Bytes
#!/usr/bin/env bash
export CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
pip install --no-cache-dir llama-cpp-python