From d3425f5cf18278c91206f18a054bbe86ad0c09a7 Mon Sep 17 00:00:00 2001 From: ochafik Date: Sun, 28 Apr 2024 15:28:58 +0100 Subject: [PATCH] grammar: nit (layout) --- llama.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llama.cpp b/llama.cpp index 31e7cbd9a..d63a2a888 100644 --- a/llama.cpp +++ b/llama.cpp @@ -2326,9 +2326,9 @@ struct llama_context { struct llama_control_vector cvec; // caching token pieces & their decoded codepoints. - std::vector token_pieces; - std::vector, - llama_partial_utf8>> token_codepoints_without_partial_utf8_prefix; + std::vector token_pieces; + std::vector, llama_partial_utf8>> + token_codepoints_without_partial_utf8_prefix; #ifdef GGML_USE_MPI ggml_mpi_context * ctx_mpi = NULL;