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