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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user