Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Aug 13, 2024
1 parent cfb9864 commit 368eea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 368eea3

Please sign in to comment.