Views
No views yet
JetBrains/Mellum2-12B-A2.5B-Thinking,
the reasoning-augmented Mixture-of-Experts coding assistant from JetBrains. It is derived from the
full-precision jedisct1/Mellum2-12B-A2.5B-Thinking-mlx
conversion.bfloat16 model, so this is the
quantization to reach for when you want the original quality at roughly half the memory.<think>...</think> blocks before the final answer.mlx_lm.server: the model produces
well-formed tool calls and stops cleanly on <|im_end|> (the eos_token_id is set to [0, 28],
which is the fix that makes agent harnesses see a proper tool_calls finish reason).mellum architecture is not supported by the stock mlx-lm code yet.mlx-lm from source:pip install git+https://github.com/jedisct1/mlx-lmuv:uvx --from git+https://github.com/jedisct1/mlx-lm mlx_lm.server1uvx --from git+https://github.com/jedisct1/mlx-lm \
2 mlx_lm.generate --model jedisct1/Mellum2-12B-A2.5B-Thinking-mlx-8bit \
3 --prompt "How are you doing today?" \
4 --max-tokens 16384 \
5 --temp 0.6 --top-p 0.95 --top-k 201uvx --from git+https://github.com/jedisct1/mlx-lm \
2 mlx_lm.server --model jedisct1/Mellum2-12B-A2.5B-Thinking-mlx-8bit \
3 --max-tokens 16384 \
4 --temp 0.6 --top-p 0.95 --top-k 20temperature=0.6, top_p=0.95, top_k=20.uv tool install swivalswival --provider llamacpp --model jedisct1/Mellum2-12B-A2.5B-Thinking-mlx-8bit