``` git clone https://github.com/haotian-liu/LLaVA.git cd LLaVA python -m venv venv source venv/bin/

git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e .
Was this page helpful?