Skip to content

Commit c96c0e7

Browse files
committed
Update llama.h
1 parent c259898 commit c96c0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/llama.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ extern "C" {
109109
LLAMA_VOCAB_PRE_TYPE_GPT4O = 29,
110110
LLAMA_VOCAB_PRE_TYPE_SUPERBPE = 30,
111111
LLAMA_VOCAB_PRE_TYPE_TRILLION = 31,
112-
};
112+
};
113113

114114
enum llama_rope_type {
115115
LLAMA_ROPE_TYPE_NONE = -1,
@@ -1415,4 +1415,4 @@ extern "C" {
14151415
}
14161416
#endif
14171417

1418-
#endif // LLAMA_H
1418+
#endif // LLAMA_H

0 commit comments

Comments
 (0)