Skip to content

Commit 3df9d22

Browse files
fbuciuni90ngxson
andauthored
Update include/llama.h
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 99be555 commit 3df9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extern "C" {
105105
LLAMA_VOCAB_PRE_TYPE_CHAMELEON = 26,
106106
LLAMA_VOCAB_PRE_TYPE_MINERVA = 27,
107107
LLAMA_VOCAB_PRE_TYPE_DEEPSEEK3_LLM = 28,
108-
LLAMA_VOCAB_PRE_TYPE_VELVET = 29
108+
LLAMA_VOCAB_PRE_TYPE_VELVET = 29,
109109
};
110110

111111
enum llama_rope_type {

0 commit comments

Comments
 (0)