From 08fefd1d7c2f4cc5e5e0f0c1b80a63d24c535b5d Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sun, 26 Jan 2025 12:30:02 -0800 Subject: [PATCH] fix whitespace --- common/sampling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sampling.h b/common/sampling.h index 33dfcb1f4..45fc2bcef 100644 --- a/common/sampling.h +++ b/common/sampling.h @@ -104,6 +104,6 @@ std::vector common_sampler_types_from_names(const std: std::vector common_sampler_types_from_chars(const std::string & chars); #ifdef LLAMA_USE_LLGUIDANCE -struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab, +struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab, const char * grammar_kind, const char * grammar_data); #endif // LLAMA_USE_LLGUIDANCE \ No newline at end of file