Files
omnivoice.cpp-openwebui_patch/buildcpu.sh
T
2026-08-16 19:09:33 +07:00

9 lines
119 B
Bash
Executable File

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