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,