1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[diffusers-cli] Fix typo in accelerate and transformers versions (#2154)

Fix typo in accelerate and transformers versions.
This commit is contained in:
Pedro Cuenca
2023-01-30 09:04:45 +01:00
committed by GitHub
parent 125d783076
commit 0b68101a13

View File

@@ -53,7 +53,7 @@ class EnvironmentCommand(BaseDiffusersCLICommand):
if is_accelerate_available():
import accelerate
transformers_version = accelerate.__version__
accelerate_version = accelerate.__version__
xformers_version = "not installed"
if is_xformers_available():