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 "majentik/Nemotron-Cascade-2-30B-A3B-TurboQuant-MLX-5bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "majentik/Nemotron-Cascade-2-30B-A3B-TurboQuant-MLX-5bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "majentik/Nemotron-Cascade-2-30B-A3B-TurboQuant-MLX-5bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Configuration Parsing Warning:Invalid JSON for config file config.json

Nemotron-Cascade-2-30B-A3B — TurboQuant MLX 5bit

nvidia/Nemotron-Cascade-2-30B-A3B quantized pack, published as Nemotron-Cascade-2-30B-A3B-TurboQuant-MLX-5bit.

Method

MLX quantization via mlx_lm (5bit, group_size 64).

Release line

Released under the TurboQuant line. RotorQuant and TurboQuant are this project's release labels for this pack, not distinct quantization algorithms — both brand repos carry byte-identical weights. No brand-specific speedup is claimed or measured.

Modality

pipeline_tag: text-generation. This is a Mixture-of-Experts (MoE) model — a subset of experts is active per token; total and active parameter counts differ.

License

This pack is a derivative of nvidia/Nemotron-Cascade-2-30B-A3B; all credit for the original model, training, and weights belongs to the upstream authors. This repo republishes a quantized conversion of those weights only.

Governed by the nvidia-open-model-license. See the upstream repo and the linked license for the full terms — no license text is reproduced here.

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

Quantized

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

Model tree for majentik/Nemotron-Cascade-2-30B-A3B-TurboQuant-MLX-5bit

Finetuned
(24)
this model