lavila / docs /INSTALL.md
nateraw's picture
Upload . with huggingface_hub
39d5658
|
raw
history blame
341 Bytes

Installation

Requirements

Example conda environment setup

conda create --name lavila python=3.8 -y
conda activate lavila
pip install -r requirements.txt

datasets

If you want to train/evaluate on the datasets, please see datasets/README.md to see how we prepare datasets for this project.