Spaces:
Runtime error
Runtime error
# Installation | |
## Requirements | |
## Example conda environment setup | |
```bash | |
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](../datasets/README.md) to see how we prepare datasets for this project. | |