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 efc36c9 commit 08fefd1Copy full SHA for 08fefd1
common/sampling.h
@@ -104,6 +104,6 @@ std::vector<enum common_sampler_type> common_sampler_types_from_names(const std:
104
std::vector<enum common_sampler_type> common_sampler_types_from_chars(const std::string & chars);
105
106
#ifdef LLAMA_USE_LLGUIDANCE
107
-struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab,
+struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab,
108
const char * grammar_kind, const char * grammar_data);
109
#endif // LLAMA_USE_LLGUIDANCE
0 commit comments