diff options
Diffstat (limited to 'llama.h')
-rw-r--r-- | llama.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ extern "C" { LLAMA_VOCAB_PRE_TYPE_REFACT = 8, LLAMA_VOCAB_PRE_TYPE_COMMAND_R = 9, LLAMA_VOCAB_PRE_TYPE_OLMO = 10, + LLAMA_VOCAB_PRE_TYPE_DBRX = 11, }; // note: these values should be synchronized with ggml_rope |