diff options
author | Bartowski <ckealty1182@gmail.com> | 2024-05-26 08:28:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 15:28:35 +0300 |
commit | c429b33beb35f13934a4dfbe0c138d30b45e5d54 (patch) | |
tree | 1f2dd835f2fd1f266ca327a85123bf54214b68e7 /llama.h | |
parent | 9146d36fe7e3e911a07438c07efc1bae082f6390 (diff) |
llama : add Smaug 70B support (#7402)
Diffstat (limited to 'llama.h')
-rw-r--r-- | llama.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ extern "C" { LLAMA_VOCAB_PRE_TYPE_QWEN2 = 11, LLAMA_VOCAB_PRE_TYPE_OLMO = 12, LLAMA_VOCAB_PRE_TYPE_DBRX = 13, + LLAMA_VOCAB_PRE_TYPE_SMAUG = 14, }; // note: these values should be synchronized with ggml_rope |