Commit 7e0cd12
committed
build(cmake): disable building of upstream unified binary
Set `LLAMA_BUILD_APP` to `OFF` to prevent the compilation of the new
unified `llama` binary introduced in upstream llama.cpp.
Since the Python package only requires the underlying shared libraries
and specific targets, explicitly disabling the standalone application
reduces build times and prevents unnecessary executable artifacts from
being compiled.
Signed-off-by: JamePeng <jame_peng@sina.com>1 parent 5364cf9 commit 7e0cd12
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
| |||
0 commit comments