summaryrefslogtreecommitdiff
path: root/llama.h
diff options
context:
space:
mode:
authorDAN™ <dranger003@gmail.com>2024-05-08 06:43:23 -0400
committerGitHub <noreply@github.com>2024-05-08 13:43:23 +0300
commit4cd621c26de2095cd7c4464bdec5fe2e696ef3f3 (patch)
tree9949775dc9a6ae5c5d1d0370137b1f2bfaf86f62 /llama.h
parent7e0b6a7b3ba94ff624dc27c1e0e735fded8819b8 (diff)
convert : add BPE pre-tokenization for DBRX (#7132)
* Add BPE pre-tokenization for DBRX. * Add vocab GGUFs. * Remove test. * Remove GGUFs.
Diffstat (limited to 'llama.h')
-rw-r--r--llama.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llama.h b/llama.h
index 5761cacf..388839f3 100644
--- a/llama.h
+++ b/llama.h
@@ -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