We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d2d80 commit c7fa19aCopy full SHA for c7fa19a
common/common.h
@@ -120,7 +120,7 @@ enum common_grammar_trigger_type {
120
121
struct common_grammar_trigger {
122
common_grammar_trigger_type type;
123
- std::variant<llama_token, std::string> value;
+ std::variant<llama_token, std::string> value = 0;
124
};
125
126
// sampling parameters
0 commit comments