Files
qwentts.cpp/buildtermux.sh
2026-05-10 15:57:15 +02:00

9 lines
164 B
Bash
Executable File

#!/bin/bash
rm -rf build
mkdir build
cd build
cmake .. -DGGML_BLAS=ON -DBLAS_INCLUDE_DIRS=$PREFIX/include/openblas
cmake --build . --config Release -j "$(nproc)"