Skip to content

Commit c05d2a2

Browse files
committed
chore: Fix enumeration for qwen, olmo, and dbrx
1 parent ca8acea commit c05d2a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llama.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ extern "C" {
8181
LLAMA_VOCAB_PRE_TYPE_GPT2 = 7,
8282
LLAMA_VOCAB_PRE_TYPE_REFACT = 8,
8383
LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9,
84-
LLAMA_VOCAB_PRE_TYPE_QWEN = 11,
85-
LLAMA_VOCAB_PRE_TYPE_QWEN2 = 10,
86-
LLAMA_VOCAB_PRE_TYPE_OLMO = 11,
87-
LLAMA_VOCAB_PRE_TYPE_DBRX = 12,
84+
LLAMA_VOCAB_PRE_TYPE_QWEN = 10,
85+
LLAMA_VOCAB_PRE_TYPE_QWEN2 = 11,
86+
LLAMA_VOCAB_PRE_TYPE_OLMO = 12,
87+
LLAMA_VOCAB_PRE_TYPE_DBRX = 13,
8888
};
8989

9090
// note: these values should be synchronized with ggml_rope

0 commit comments

Comments
 (0)