Rename environment files to use default .yml extension

This commit is contained in:
Chris Hayes
2022-09-27 00:58:05 -04:00
committed by Lincoln Stein
parent 8366eee9c2
commit fb0341fdbf
9 changed files with 24 additions and 46 deletions

View File

@ -39,8 +39,8 @@ lightweight and runs on a GPU with at least 10GB VRAM. See
A suitable [conda](https://conda.io/) environment named `ldm` can be created and
activated with:
```bash
conda env create -f environment.yaml
```
conda env create
conda activate ldm
```