From 3cc9682681afd5116252380bee9562ec8736e0e3 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 24 Nov 2023 20:50:30 -0800 Subject: [PATCH] terminology. --- llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.h b/llama.h index b15de2ccc..9d6e1599f 100644 --- a/llama.h +++ b/llama.h @@ -719,7 +719,7 @@ extern "C" { "use llama_sample_temp instead"); /// @details Apply constraints from grammar - /// @param pieces an array of all null terminated strings obtained from calling llama_token_to_piece for the whole grammar. Can be nullptr in which case they will be computed. + /// @param pieces an array of all null terminated strings obtained from calling llama_token_to_piece for the whole vocab. Can be nullptr in which case they will be computed. LLAMA_API void llama_sample_grammar( struct llama_context * ctx, llama_token_data_array * candidates,