From c05d2a2c1c42d9cee85326cf53bc39919608cc9f Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Wed, 8 May 2024 15:05:24 -0400 Subject: [PATCH] chore: Fix enumeration for qwen, olmo, and dbrx --- llama.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llama.h b/llama.h index 2e378b541..06acc44a7 100644 --- a/llama.h +++ b/llama.h @@ -81,10 +81,10 @@ extern "C" { LLAMA_VOCAB_PRE_TYPE_GPT2 = 7, LLAMA_VOCAB_PRE_TYPE_REFACT = 8, LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9, - LLAMA_VOCAB_PRE_TYPE_QWEN = 11, - LLAMA_VOCAB_PRE_TYPE_QWEN2 = 10, - LLAMA_VOCAB_PRE_TYPE_OLMO = 11, - 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, }; // note: these values should be synchronized with ggml_rope