InternVL 3.5
InternVL 3.5 is a family of powerful vision-language models supporting dynamic resolution and multi-image understanding by OpenGV. It features a ViT-style vision encoder and strong language model backbone for tasks like visual question answering, OCR, and scene text understanding.
This guide shows how to fine-tune it with Axolotl.
Getting started
Install Axolotl following the installation guide.
Install
timmfor vision model support:pip install timm==1.0.19Install Cut Cross Entropy to reduce training VRAM usage.
Run the finetuning example:
axolotl train examples/internvl3_5/internvl3_5-8b-qlora.yml
This config uses about 8.21 GiB VRAM. Let us know how it goes. Happy finetuning! 🚀
Tips
Optimization Guides
Please check the Optimizations doc.