Unverified Commit 0b68101a authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

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

Fix typo in accelerate and transformers versions.
parent 125d7830
......@@ -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():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment