Skip to content

Latest commit

 

History

History

finetune

🌋 LLaVA: Large Language and Vision Assistant

Visual instruction tuning towards large language and vision models with GPT-4 level capabilities.

[Project Page] [Demo] [Data] [Model Zoo]

Credit to https://github.com/haotian-liu/LLaVA

Install

If you are not using Linux, do NOT proceed, see instructions for macOS and Windows.

conda create -n llava python=3.10 -y
conda activate llava
pip install --upgrade pip  # enable PEP 660 support
pip install -e .
pip install -e ".[train]"
pip install flash-attn --no-build-isolation