cmake : do not include ./src as public for libllama (#13062)
* cmake : do not include ./src as public for libllama ggml-ci * cmake : rework tests ggml-ci * llguidance : remove unicode include ggml-ci * cmake : make c++17 private ggml-ci
This commit is contained in:
parent
572b3141d3
commit
13b4548877
17 changed files with 64 additions and 69 deletions
|
@ -994,7 +994,6 @@ static void common_params_print_completion(common_params_context & ctx_arg) {
|
|||
"llama-embedding",
|
||||
"llama-eval-callback",
|
||||
"llama-export-lora",
|
||||
"llama-gbnf-validator",
|
||||
"llama-gen-docs",
|
||||
"llama-gguf",
|
||||
"llama-gguf-hash",
|
||||
|
@ -1014,7 +1013,6 @@ static void common_params_print_completion(common_params_context & ctx_arg) {
|
|||
"llama-perplexity",
|
||||
"llama-q8dot",
|
||||
"llama-quantize",
|
||||
"llama-quantize-stats",
|
||||
"llama-qwen2vl-cli",
|
||||
"llama-retrieval",
|
||||
"llama-run",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue