remove extra line

This commit is contained in:
slaren 2024-08-13 21:05:58 +02:00 committed by GitHub
parent cfb9864182
commit 368eea3a5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,6 @@ extern "C" {
LLAMA_ROPE_TYPE_NEOX = GGML_ROPE_TYPE_NEOX, LLAMA_ROPE_TYPE_NEOX = GGML_ROPE_TYPE_NEOX,
}; };
enum llama_token_type { //TODO: remove, required until per token attributes are available from GGUF file enum llama_token_type { //TODO: remove, required until per token attributes are available from GGUF file
LLAMA_TOKEN_TYPE_UNDEFINED = 0, LLAMA_TOKEN_TYPE_UNDEFINED = 0,
LLAMA_TOKEN_TYPE_NORMAL = 1, LLAMA_TOKEN_TYPE_NORMAL = 1,