set PYTORCH_ENABLE_MPS_FALLBACK in mac environment (#232)

- this enables cpu fallback for op not yet implemented for m1 gpu
This commit is contained in:
Jason Toffaletti 2022-08-30 23:00:40 -07:00 committed by GitHub
parent 64444025a9
commit 2aa8393272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,5 @@ dependencies:
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
- -e .
variables:
PYTORCH_ENABLE_MPS_FALLBACK: 1