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;