Instructions to use inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
- MLX LM
How to use inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit" --prompt "Once upon a time"
NOTICE
No longer available on HF due to storage restrictions - archived here
INFORMATION
See Qwen3-Coder-Next MLX in action - demonstration video
Tested on a M3 Ultra 512GB RAM using Inferencer app v1.9.6
- Single inference ~74 tokens/s @ 1000 tokens
- Batched inference ~189 total tokens/s across six inferences
- Memory usage: ~51 GiB
q5.5bit quant typically achieves 1.21875 perplexity in our coding test
| Quantization | Perplexity | Token Accuracy | Missed Divergence |
|---|---|---|---|
| q3.5 | 168.0 | 43.45% | 72.57% |
| q4.5 | 1.33593 | 91.65% | 27.61% |
| q5.5 | 1.23437 | 95.05% | 17.28% |
| q6.5 | 1.21875 | 96.95% | 12.03% |
| q8.5 | 1.21093 | 97.55% | 10.50% |
| q9 | 1.21093 | 97.55% | 10.50% |
| Base | 1.20312 | 100.0% | 0.000% |
- Perplexity: Measures the confidence for predicting base tokens (lower is better)
- Token Accuracy: The percentage of correctly generated base tokens
- Missed Divergence: Measures severity of misses; how much the token was missed by
Quantized with a modified version of MLX
For more details see demonstration video or visit Qwen3-Coder-Next.
Disclaimer
We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.
Model tree for inferencerlabs/Qwen3-Coder-Next-MLX-5.5bit
Base model
Qwen/Qwen3-Coder-Next