NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit
2.3K
3
—
by
cyankiwi
Language Model
OTHER
120B params
New
2K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
269GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
112GB+ RAM
Code Examples
vLLMbashvllm
pip install -U vllm --extra-index-url https://wheels.vllm.ai/097eb544e9a22810c9b7a59e586b61627b308362
export MODEL_CKPT=PATH/TO/MODEL/CHECKPOINTbashvllm
vllm serve $MODEL_CKPT \
--served-model-name nvidia/nemotron-3-super \
--async-scheduling \
--dtype auto \
--kv-cache-dtype fp8 \
--tensor-parallel-size 4 \
--pipeline-parallel-size 1 \
--data-parallel-size 2 \
--max-model-len 262144 \
--enable-expert-parallel \
--attention-backend TRITON_ATTN \
--swap-space 0 \
--trust-remote-code \
--gpu-memory-utilization 0.9 \
--enable-chunked-prefill \
--mamba-ssm-cache-dtype float16 \
--reasoning-parser-plugin super_v3_reasoning_parser.py \
--reasoning-parser super_v3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coderSGLangbash
pip install 'git+https://github.com/sgl-project/sglang.git#subdirectory=python'Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.