Skip to content

Commit 27481f6

Browse files
committed
squash! common : add llama.vim preset for Qwen2.5Coder1.5B
Change name of preset to `fim-qwen-1.5b-default`.
1 parent ab1728d commit 27481f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
25022502
).set_examples({LLAMA_EXAMPLE_EMBEDDING, LLAMA_EXAMPLE_SERVER}));
25032503

25042504
add_opt(common_arg(
2505-
{"--vim-qwen2.5-Coder-1.5B-default"},
2505+
{"--fim-qwen-1.5b-default"},
25062506
string_format("use default Qwen 2.5 Coder 1.5B (note: can download weights from the internet)"),
25072507
[](common_params & params) {
25082508
params.hf_repo = "ggml-org/Qwen2.5-Coder-1.5B-Q8_0-GGUF";

0 commit comments

Comments
 (0)