Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 409 Bytes

File metadata and controls

21 lines (14 loc) · 409 Bytes

RoadLLM

Installation

git clone https://github.com/yunjinli/RoadLLM.git
cd RoadLLM

conda create -n llava python=3.10 -y
conda activate llava
pip install --upgrade pip  # Enable PEP 660 support.
pip install -e ".[train]"

Preparing the Datasets

Please see here.

Acknowledgement

This project is heavily based on LLaVA-NeXT.