tests : fix test-chat-template --no-common option (#25075)
This commit is contained in:
@@ -135,7 +135,7 @@ int main(int argc, char ** argv) {
|
|||||||
output_path = args[i + 1];
|
output_path = args[i + 1];
|
||||||
i++;
|
i++;
|
||||||
} else if (args[i] == "--no-common") {
|
} else if (args[i] == "--no-common") {
|
||||||
use_common = true;
|
use_common = false;
|
||||||
} else if (tmpl_path.empty()) {
|
} else if (tmpl_path.empty()) {
|
||||||
tmpl_path = args[i];
|
tmpl_path = args[i];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user