This model
luigi86/Q3-30b-A3b-Pentiment_mlx-8bpw was
converted to MLX format from
allura-org/Q3-30b-A3b-Pentiment
using mlx-lm version
0.24.1.
1from mlx_lm import load, generate
2
3model, tokenizer = load("luigi86/Q3-30b-A3b-Pentiment_mlx-8bpw")
4
5prompt = "hello"
6
7if tokenizer.chat_template is not None:
8 messages = [{"role": "user", "content": prompt}]
9 prompt = tokenizer.apply_chat_template(
10 messages, add_generation_prompt=True
11 )
12
13response = generate(model, tokenizer, prompt=prompt, verbose=True)
use chatml. thinking may or may not work, ymmv!.
special thanks to alibaba for training the base model and regular instruct model, as well as Gryphe for training the pantheon model also used in the merging step. special thanks to artus for making the exllama quants. special thanks to allura for being cute :3
never merge with qwen 3 instruct. it's not worth it. it will destroy your model and make it just qwen 3 instruct again with all its issues.