Runs On My 16GB Mac
Collection
Some with full context
•
63 items
•
Updated
This model Almost-Human-X3-16bit-1839-6B-qx86-hi-mlx was converted to MLX format from DavidAU/Almost-Human-X3-16bit-1839-6B using mlx-lm version 0.28.3.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("Almost-Human-X3-16bit-1839-6B-qx86-hi-mlx")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
Base model
Qwen/Qwen3-4B-Thinking-2507