From d4142d40d23e622f9ec0c8d38079581d15699895 Mon Sep 17 00:00:00 2001 From: LauraGPT Date: Fri, 19 Jun 2026 15:05:19 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20build=20note=20=E2=80=94=20copy=20funas?= =?UTF-8?q?r-common=20alongside=20the=20example=20(shared=20miniaudio=20au?= =?UTF-8?q?dio=20loader)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/llama.cpp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/llama.cpp/README.md b/runtime/llama.cpp/README.md index f3bf03d65..184d959cb 100644 --- a/runtime/llama.cpp/README.md +++ b/runtime/llama.cpp/README.md @@ -31,6 +31,7 @@ build/convert/run quickstart, validation numbers, and gotchas. ## Build (shared) ```bash git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp +cp -r /path/to/runtime/llama.cpp/funasr-common examples/ # shared audio loader (miniaudio); each example CMake adds ../funasr-common cp -r /path/to/runtime/llama.cpp// examples/ echo 'add_subdirectory()' >> examples/CMakeLists.txt cmake -B build -DGGML_NATIVE=ON -DLLAMA_CURL=OFF