diff --git a/src/llama-vocab.h b/src/llama-vocab.h index 18956f44c..9bda5310e 100644 --- a/src/llama-vocab.h +++ b/src/llama-vocab.h @@ -139,4 +139,4 @@ int32_t llama_detokenize_impl( char * text, int32_t text_len_max, bool remove_special, - bool unparse_special); \ No newline at end of file + bool unparse_special);