Skip to content

Commit 4a93f29

Browse files
authored
docs: build note — copy funasr-common alongside the example (shared miniaudio audio loader) (#2996)
Co-authored-by: LauraGPT <LauraGPT@users.noreply.github.com>
1 parent 66358c5 commit 4a93f29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/llama.cpp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ cmake --build build -j # -> build/bin/llama-funasr-* (a
4242
## Build (shared)
4343
```bash
4444
git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp
45+
cp -r /path/to/runtime/llama.cpp/funasr-common examples/ # shared audio loader (miniaudio); each example CMake adds ../funasr-common
4546
cp -r /path/to/runtime/llama.cpp/<model>/<example-dir> examples/
4647
echo 'add_subdirectory(<example-dir>)' >> examples/CMakeLists.txt
4748
cmake -B build -DGGML_NATIVE=ON -DLLAMA_CURL=OFF

0 commit comments

Comments
 (0)