Skip to content

Commit 83d385b

Browse files
authored
tests : fix test-chat-template --no-common option (ggml-org#25075)
1 parent 050ee92 commit 83d385b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-chat-template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int main(int argc, char ** argv) {
135135
output_path = args[i + 1];
136136
i++;
137137
} else if (args[i] == "--no-common") {
138-
use_common = true;
138+
use_common = false;
139139
} else if (tmpl_path.empty()) {
140140
tmpl_path = args[i];
141141
} else {

0 commit comments

Comments
 (0)