Views
No views yet
--spec-type draft-mtp.mtp-NVIDIA-Nemotron-3.5-Lightning-30B-A3B.gguf (4.1 GB, F16) — MTP draft model:
the NextN block (dense attention sub-layer + 128-expert MoE sub-layer), token
embeddings, final norm and LM head, exported with convert_hf_to_gguf.py --mtp.
Standalone metadata: nemotron_h_moe, 53 blocks (52 + 1 NextN), 1M context.nemotron_h_moe support)1llama-server \
2 -m NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf \
3 -hfrd mtp-NVIDIA-Nemotron-3.5-Lightning-30B-A3B.gguf \
4 --spec-type draft-mtp --spec-draft-n-max 31git clone https://github.com/ggml-org/llama.cpp # build with nemotron_h_moe support
2python3 convert_hf_to_gguf.py <hf-dir> --mtp --outtype f16model-00014-of-00014.safetensors) plus the shards holding token embeddings, final
norm and LM head; a filtered model.safetensors.index.json allows converting without
the full 65 GB BF16 checkpoint.LICENSE (attribution: NVIDIA CORPORATION & AFFILIATES).