"examples/vscode:/vscode.git/clone" did not exist on "7df61696f57a11fbefb850c28acde501fd5b753f"
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): ...@@ -53,7 +53,7 @@ class EnvironmentCommand(BaseDiffusersCLICommand):
if is_accelerate_available(): if is_accelerate_available():
import accelerate import accelerate
transformers_version = accelerate.__version__ accelerate_version = accelerate.__version__
xformers_version = "not installed" xformers_version = "not installed"
if is_xformers_available(): 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