What problem does it solve? Building conversational image understanding requires combining vision encoders with language models, which involves complex setup, high VRAM demands, and non-trivial training pipelines. This Skill provides ready-to-use instructions for running LLaVA inference, multi-turn image chat, and custom fine-tuning. ## Core Features & Use Cases - Vision-Language Inference: Load LLaVA models (7B, 13B, 34B) for image captioning, visual question answering, and scene understanding with Python or CLI. - Multi-Turn Image Chat: Maintain conversation context across multiple questions about the same image, with Gradio web UI support. - Custom Fine-Tuning: Train on your own instruction data using full fine-tuning with DeepSpeed or memory-efficient LoRA. - Use Case: A team building a document analysis chatbot loads llava-v1.5-7b with 4-bit quantization on a single GPU, then fine-tunes it on their domain-specific document images using LoRA. ## Quick Start Use the llava skill to load the llava-v1.5-7b model and answer questions about an image file.