Installation
We recommend the requirements as follows:
Clone this repository and navigate to the folder
git clone https://github.com/TinyLLaVA/TinyLLaVA_Factory cd TinyLLaVA_Factory
Install Package
conda create -n tinyllava_factory python=3.10 -y conda activate tinyllava_factory pip install --upgrade pip # enable PEP 660 support pip install -e .
Install additional packages for training cases
pip install flash-attn --no-build-isolation