[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5cb5eb7446
commit
6e45c278ff
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ def check_imports() -> None:
|
|||
# smoke-tests both arches.
|
||||
try:
|
||||
import xformers
|
||||
|
||||
print(f"xformers {xformers.__version__}")
|
||||
except ImportError:
|
||||
print("xformers (missing -- expected on arm64 [huggingface] extras)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue