Skip to content

Commit 0b68101

Browse files
authored
[diffusers-cli] Fix typo in accelerate and transformers versions (huggingface#2154)
Fix typo in accelerate and transformers versions.
1 parent 125d783 commit 0b68101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/commands/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(self):
5353
if is_accelerate_available():
5454
import accelerate
5555

56-
transformers_version = accelerate.__version__
56+
accelerate_version = accelerate.__version__
5757

5858
xformers_version = "not installed"
5959
if is_xformers_available():

0 commit comments

Comments
 (0)