fixing a typo in invoke.py (#2204)

This commit is contained in:
Matthias Wild 2023-01-02 03:39:43 +01:00 committed by GitHub
parent 34f8117241
commit 64700b07a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
import sys import sys
import os import os
if sys.platform == 'Darsin': if sys.platform == 'darwin':
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1" os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
import ldm.invoke.CLI import ldm.invoke.CLI