From 368eea3a5bee48fe303e3122930e0240bc723200 Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 13 Aug 2024 21:05:58 +0200 Subject: [PATCH] remove extra line --- include/llama.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llama.h b/include/llama.h index 573230be302a3..779f3235b669c 100644 --- a/include/llama.h +++ b/include/llama.h @@ -101,7 +101,6 @@ extern "C" { LLAMA_ROPE_TYPE_NEOX = GGML_ROPE_TYPE_NEOX, }; - enum llama_token_type { //TODO: remove, required until per token attributes are available from GGUF file LLAMA_TOKEN_TYPE_UNDEFINED = 0, LLAMA_TOKEN_TYPE_NORMAL = 1,