How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "lukaskremla/Qwen3.8-27B-5bit-MLX-TextOnly"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "lukaskremla/Qwen3.8-27B-5bit-MLX-TextOnly"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "lukaskremla/Qwen3.8-27B-5bit-MLX-TextOnly",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

lukaskremla/Qwen3.8-27B-5bit-MLX-TextOnly

This quantization strips the model's vision tower and preserves only text-to-text capabilities. For a vision capable version check lukaskremla/Qwen3.8-27B-5bit-MLX.

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-lm version 0.31.2.

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

5-bit

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

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

Base model

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

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