1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

slightly adjust the message in env reporting

This commit is contained in:
sayakpaul
2025-04-17 13:35:57 +05:30
parent 29d2afbfe2
commit c739abfcb2

View File

@@ -170,7 +170,7 @@ class EnvironmentCommand(BaseDiffusersCLICommand):
"Using distributed or parallel set-up in script?": "<fill in>",
}
print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the two last points.\n")
print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the last two points.\n")
print(self.format_dict(info))
return info