How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "lukaskremla/Qwen3.8-27B-2bit-MLX"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "lukaskremla/Qwen3.8-27B-2bit-MLX"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

lukaskremla/Qwen3.8-27B-2bit-MLX

This quantization preserves the model's BF16 vision tower. For a text-only version check lukaskremla/Qwen3.8-27B-2bit-MLX-TextOnly.

You can download MTP heads separately from this collection Qwen 3.8 27B MLX-Quants (Vision, Text-Only & MTP).

Hugging Face might render incorrect parameter counts for this model, it is a common display bug for MLX quants.

Credits

Converted to MLX format from Qwen/Qwen3.8-27B using mlx-vlm version 0.6.13.

Downloads last month
1,185
Safetensors
Model size
27B params
Tensor type
U32
·
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for lukaskremla/Qwen3.8-27B-2bit-MLX

Base model

Qwen/Qwen3.8-27B
Quantized
(955)
this model

Collection including lukaskremla/Qwen3.8-27B-2bit-MLX