diff options
author | saood06 <saood05@gmail.com> | 2025-01-23 10:24:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 18:24:10 +0200 |
commit | 2195632581c4f52707059b5963fe622ccead0dd2 (patch) | |
tree | 34d46a344c5d32ff699126cea9255eb13fd3b38a /include | |
parent | c2624b2fd324ff98cc137397f5b0e1d22869cb58 (diff) |
Deepseek V3 support added (#176)
Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/llama.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llama.h b/include/llama.h index f5f3b8bf..3a81dce4 100644 --- a/include/llama.h +++ b/include/llama.h @@ -93,6 +93,7 @@ extern "C" { LLAMA_VOCAB_PRE_TYPE_TEKKEN = 20, LLAMA_VOCAB_PRE_TYPE_SMOLLM = 21, LLAMA_VOCAB_PRE_TYPE_CODESHELL = 22, + LLAMA_VOCAB_PRE_TYPE_DEEPSEEK3_LLM = 23, //llama.cpp lists this as 28 }; // note: these values should be synchronized with ggml_rope |