1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Small typo correction in comments (#3012)

This commit is contained in:
Rogério Júnior
2023-04-10 13:48:35 -07:00
committed by Daniel Gu
parent aa028386f3
commit 2751633e44

View File

@@ -839,7 +839,7 @@ def main():
if global_step >= args.max_train_steps:
break
# Create the pipeline using using the trained modules and save it.
# Create the pipeline using the trained modules and save it.
accelerator.wait_for_everyone()
if accelerator.is_main_process:
if args.push_to_hub and args.only_save_embeds: