ruff fixes

This commit is contained in:
Lincoln Stein
2023-12-21 16:29:32 -05:00
parent e22df59239
commit 2ff41afe8c

View File

@ -53,6 +53,7 @@ except ImportError:
try:
import xformers
XFORMERS_AVAILABLE = True
except ImportError:
pass