Views
No views yet
1pip install -U "huggingface_hub[cli]"
2huggingface-cli download ljupco/Nemotron-3-Elastic-30B-MLX --local-dir ./nemotron-30b-mlx1pip install mlx-lm
2python chat_mlx.py --model . --max-kv-size 1048576python chat_mlx.py --model . --max-kv-size 1048576 --kv-bits 4| Config | Peak RAM / Model Size |
|---|---|
| 30B conversion | ~59 GB → ~16.5 GB MLX NVFP4 |
| 30B inference (1M context, 8-bit KV) | ~70-80 GB |
| 30B inference (1M context, 4-bit KV) | ~50-60 GB |
| 30B inference (1M context, 16-bit KV) | ~90-100 GB |
| Variant | Size | Platform | Status |
|---|---|---|---|
| Nemotron 3 Elastic 30B NVFP4 | 30B | Apple Silicon | ✅ Ready |
| Nemotron 3 Elastic 12B NVFP4 | 12B | Apple Silicon | ✅ Slice + convert |
| Nemotron 3 Elastic 23B NVFP4 | 23B | Apple Silicon | ✅ Slice + convert |
python chat_mlx.py --model .You> /paste
Now paste your text. After the text is pasted, to process the text, in empty line enter /endpaste
[paste your large text]
/endpaste
Assistant> [processes your text]/paste - Multi-line input mode for large text/quit - Exit chat/reset - Clear conversation history/thinking on|off - Toggle reasoning traces