Views
No views yet
JetBrains/Mellum2-12B-A2.5B-Instruct.ik_llama.cpp branch that adds Mellum2
architecture support and emits the Mellum sliding-window and RoPE/YARN metadata
needed by GGUF runtimes.ik_llama
reviewers and users. They should also run on current llama.cpp builds that
support the Mellum architecture.| File | Type | SHA-256 |
|---|---|---|
Mellum2-12B-A2.5B-Instruct-ik-llama-BF16.gguf | BF16 reference conversion | 6a322a3f6c59cdd9b4eee3ea678d964572d4b3dc07e52965f235823013d352e0 |
Mellum2-12B-A2.5B-Instruct-ik-llama-Q8_0.gguf | Q8_0 quantization | a7db12ebf1e0567927b5a7433dafe98535fd3b75ead9e23f008f1219a6bc90bb |
JetBrains/Mellum2-12B-A2.5B-Instruct4ee5751ef73ac6ae5a65b76b092ffc7c3b9c60e3joelfarthing/ik_llama.cpp, branch mellum2-supporttokenizer.chat_template sha256 = e674cbec4c384ab50c18c91d8cada3b6931d7a7ee25d9db004366aa440c1ca86mellum.attention.sliding_window = 1024mellum.attention.sliding_window_patternmellum.rope.freq_base = 500000.0mellum.rope.freq_base_swa = 500000.0mellum.rope.scaling.type = yarnmellum.rope.scaling.factor = 16.0mellum.rope.scaling.original_context_length = 8192mellum.rope.scaling.yarn_attn_factor = 1.2772588729858398mellum.rope.scaling.yarn_beta_fast = 32.0mellum.rope.scaling.yarn_beta_slow = 1.0ik_llama.cpp CUDA server and --cpu-moellama.cpp upstream CUDA server and --cpu-moellama.cpp upstream CUDA server and --cpu-moepython3 -m py_compile on the extracted code1./llama-server \
2 -m Mellum2-12B-A2.5B-Instruct-ik-llama-Q8_0.gguf \
3 -ngl 99 \
4 --cpu-moe \
5 -c 4096 \
6 -b 512 \
7 -ub 512 \
8 --jinja