How to use from
OpenClaw
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 OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "lukaskremla/Qwen3.8-27B-2bit-MLX" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
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