AIAny
AI Model2026
Icon for item

unsloth/NVIDIA-Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF

Provides a GGUF-quantized build of NVIDIA's Nemotron 3 Nano Omni 30B (Reasoning) for local inference — enables multimodal (video/audio/image/text) reasoning, transcription, and document understanding on compatible runtimes such as llama.cpp, Ollama, vLLM, and TensorRT-LLM.

Introduction

Why this matters

NVIDIA Nemotron 3 Nano Omni unifies video, audio, image and text understanding in a single 30B A3B reasoning model. The GGUF release on Hugging Face packages quantized weights for local or edge inference, letting users run multimodal reasoning, transcription and document intelligence pipelines without calling a hosted API.

What Sets It Apart
  • Multimodal-first reasoning: combines a 30B Mamba2-style language core with CRADIO vision and Parakeet speech encoders, so single prompts can include images, short videos and audio alongside text for unified Q&A and summarization. This means fewer modality-specific pre‑processing steps when building pipelines.
  • Quantized, interoperable packaging: distributed as a GGUF bundle targeted at runtimes like llama.cpp / Ollama plus deployment notes for vLLM and TensorRT-LLM, making it practical to run lower-footprint variants (NVFP4/FP8/BF16) across desktop, server and edge GPUs.
  • Engineering-first docs and examples: the model card includes vLLM/TensorRT/SGLang examples, recommended sampling and memory-tuning guidance, and explicit notes on reasoning mode (chain-of-thought control) and video/audio handling.
Who it fits — trade-offs and constraints

Great fit if you need a local or enterprise-capable multimodal inference model for tasks such as meeting/video summarization, OCR-driven document reasoning, or speech transcription and you can provision NVIDIA-compatible hardware or optimized runtimes. Look elsewhere if you require guaranteed low-latency CPU-only inference, need models with explicit permissive open-source licenses (this uses NVIDIA's Nemotron license), or if strict data‑sovereignty/legal requirements mandate a different distribution/contract.

Practical notes
  • Size & runtimes: BF16 ~61.5 GB, FP8 ~32.8 GB, NVFP4 ~20.9 GB; recommended runtimes include vLLM, TensorRT-LLM, Ollama and llama.cpp for GGUF. Follow the model card for GPU memory tuning and video frame-sampling guidance.
  • Reasoning behavior: chain-of-thought (“thinking”) is on by default in the provided templates and can be disabled via chat_template_kwargs for production use where you only want final answers.

Taken together, this GGUF release lowers the friction to test and deploy Nemotron 3 Nano Omni locally while preserving its multimodal reasoning capabilities — at the cost of requiring compatible inference stacks and adherence to NVIDIA's model license.

Information

  • Websitehuggingface.co
  • Authorsunsloth (uploader), NVIDIA (model developer)
  • Published date2026/04/27

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.