"vscode:/vscode.git/clone" did not exist on "a1ea8c01c31a44bf48f6a3b85ccabeb45ef6418f"
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