We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8acea commit c05d2a2Copy full SHA for c05d2a2
llama.h
@@ -81,10 +81,10 @@ extern "C" {
81
LLAMA_VOCAB_PRE_TYPE_GPT2 = 7,
82
LLAMA_VOCAB_PRE_TYPE_REFACT = 8,
83
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,
+ LLAMA_VOCAB_PRE_TYPE_QWEN = 10,
+ LLAMA_VOCAB_PRE_TYPE_QWEN2 = 11,
+ LLAMA_VOCAB_PRE_TYPE_OLMO = 12,
+ LLAMA_VOCAB_PRE_TYPE_DBRX = 13,
88
};
89
90
// note: these values should be synchronized with ggml_rope
0 commit comments