INSTALL_MAC.md - change environment-mac.yaml to yml

To reflect the new file name from this pull request: bc9f892cab
This commit is contained in:
Brent Ozar 2022-09-27 03:01:10 -07:00 committed by Lincoln Stein
parent ce3b1162ea
commit 38a9f72e11

View File

@ -118,7 +118,7 @@ ln -s "$PATH_TO_CKPT/sd-v1-4.ckpt" \
```bash
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-arm64 \
conda env create \
-f environment-mac.yaml \
-f environment-mac.yml \
&& conda activate ldm
```
@ -128,7 +128,7 @@ ln -s "$PATH_TO_CKPT/sd-v1-4.ckpt" \
```bash
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-64 \
conda env create \
-f environment-mac.yaml \
-f environment-mac.yml \
&& conda activate ldm
```