MS3.2-PaintedFantasy-v4-24B MLX
Collection
MLX Quants of zerofata's MS3.2-PaintedFantasy-v4-24B
•
7 items
•
Updated
•
1
This model beezu/zerofata_MS3.2-PaintedFantasy-v4-24B-MLX-5Bit was converted to MLX format from zerofata/MS3.2-PaintedFantasy-v4-24B using mlx-lm version 0.30.6.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("beezu/zerofata_MS3.2-PaintedFantasy-v4-24B-MLX-5Bit")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True, return_dict=False,
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
5-bit
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503