Skip to content

Commit a94be29

Browse files
author
ochafik
committed
Update llama.cpp
1 parent e3b884a commit a94be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13056,7 +13056,7 @@ struct llama_grammar * llama_grammar_init(
1305613056
}
1305713057
} while (true);
1305813058

13059-
return new llama_grammar{ std::move(vec_rules), std::move(stacks), {}, {}, {} };
13059+
return new llama_grammar{ std::move(vec_rules), std::move(stacks), {} };
1306013060
}
1306113061

1306213062
void llama_grammar_free(struct llama_grammar * grammar) {

0 commit comments

Comments
 (0)