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

A newer version of the Gradio SDK is available: 4.43.0

Upgrade

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.