How to use from
Hermes Agent
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "ToPo-ToPo/Qwen3.6-27B-mlx-4bit"
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default ToPo-ToPo/Qwen3.6-27B-mlx-4bit
Run Hermes
hermes
Quick Links

ToPo-ToPo/Qwen3.6-27B-mlx-4bit

MLX 4bit conversion of Qwen/Qwen3.6-27B for Apple Silicon (mlx-vlm).

Provenance (self-converted from official weights)

  • Source: Qwen/Qwen3.6-27B (license: apache-2.0)
  • Tool: mlx-vlm 0.6.3mlx_vlm.convert --hf-path Qwen/Qwen3.6-27B --mlx-path . -q --q-bits 4 --q-group-size 64
  • Effective: 4.695 bits/weight
  • Validation: reproduced geometrically exact CAD output in an agentic CAD+FEM pipeline (volumes match the reference mlx-community conversion).

Usage

from mlx_vlm import load, generate
model, processor = load("ToPo-ToPo/Qwen3.6-27B-mlx-4bit")
Downloads last month
130
Safetensors
Model size
5B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ToPo-ToPo/Qwen3.6-27B-mlx-4bit

Base model

Qwen/Qwen3.6-27B
Quantized
(640)
this model

Collection including ToPo-ToPo/Qwen3.6-27B-mlx-4bit