mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge commit 'c8ade30036
' into concedo_experimental
# Conflicts: # ggml/src/ggml-cuda/CMakeLists.txt # ggml/src/ggml-opencl/CMakeLists.txt # ggml/src/ggml-opencl/ggml-opencl.cpp # ggml/src/ggml-opencl/kernels/im2col_f16.cl # ggml/src/ggml-opencl/kernels/im2col_f32.cl # ggml/src/ggml-sycl/im2col.cpp # tools/mtmd/clip.cpp
This commit is contained in:
commit
0d72c794fa
10 changed files with 418 additions and 127 deletions
|
@ -1614,7 +1614,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
|
|||
[](common_params & params, const std::string & value) {
|
||||
params.antiprompt.emplace_back(value);
|
||||
}
|
||||
).set_examples({LLAMA_EXAMPLE_MAIN}));
|
||||
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER}));
|
||||
add_opt(common_arg(
|
||||
{"-sp", "--special"},
|
||||
string_format("special tokens output enabled (default: %s)", params.special ? "true" : "false"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue