LLaVA-OneVision 1.5
LLaVA-OneVision 1.5
LLaVA-OneVision 1.5 is a vision-language model combining a Rice ViT encoder with a Qwen3 language backbone, capable of handling both image and video understanding. NeMo AutoModel ships a custom NVIDIA implementation (LlavaOneVisionForConditionalGeneration) with FSDP2/HSDP support, LoRA fine-tuning and distributed training.
Available Models
- LLaVA-OneVision 1.5 4B: Qwen3 4B text backbone + Rice ViT (1024 hidden, 24 layers)
- LLaVA-OneVision 1.5 8B: Qwen3 8B text backbone + Rice ViT (1024 hidden, 24 layers)
Architecture
LlavaOneVisionForConditionalGeneration
Vision tower is the Rice Transformer: 14ร14 patch embed with 2D RoPE, standard Transformer blocks (LayerNorm + Attention + MLP), and a 2ร2 spatial Patch Merger that projects to the language-model hidden size.
Example HF Models
Example Recipes
Try with NeMo AutoModel
1. Install (full instructions):
2. Clone the repo to get the example recipes:
3. Run the recipe from inside the repo:
Run with Docker
1. Pull the container and mount a checkpoint directory:
2. Navigate to the AutoModel directory (where the recipes are):
3. Run the recipe:
See the Installation Guide and VLM Fine-Tuning Guide.
Fine-Tuning
See the VLM Fine-Tuning Guide.