We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66358c5 commit 4a93f29Copy full SHA for 4a93f29
1 file changed
runtime/llama.cpp/README.md
@@ -42,6 +42,7 @@ cmake --build build -j # -> build/bin/llama-funasr-* (a
42
## Build (shared)
43
```bash
44
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
46
cp -r /path/to/runtime/llama.cpp/<model>/<example-dir> examples/
47
echo 'add_subdirectory(<example-dir>)' >> examples/CMakeLists.txt
48
cmake -B build -DGGML_NATIVE=ON -DLLAMA_CURL=OFF
0 commit comments