]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests : fix test-chat-template --no-common option (#25075)
authorSigbjørn Skjæret <redacted>
Sat, 27 Jun 2026 07:30:19 +0000 (09:30 +0200)
committerGitHub <redacted>
Sat, 27 Jun 2026 07:30:19 +0000 (10:30 +0300)
tests/test-chat-template.cpp

index c388dee1c4535869910e4d551bc66d8f76f4a39d..d971b23746c72dfc241e34ab790f5b9e35cbb2f6 100644 (file)
@@ -135,7 +135,7 @@ int main(int argc, char ** argv) {
             output_path = args[i + 1];
             i++;
         } else if (args[i] == "--no-common") {
-            use_common = true;
+            use_common = false;
         } else if (tmpl_path.empty()) {
             tmpl_path = args[i];
         } else {