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