mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-09 17:08:33 +00:00
tests : fix test-chat-template --no-common option (#25075)
This commit is contained in:
parent
050ee92d04
commit
83d385b429
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue