Update INSTALL_MAC.md

I had to use `osx-64` not `osx-x86-64` for conda to install the required packages from conda-forge
This commit is contained in:
Rob Baines 2022-09-21 11:04:33 +01:00 committed by Lincoln Stein
parent d80fff70f2
commit 61b19d406c

View File

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