"git@developer.sourcefind.cn:change/sglang.git" did not exist on "588865f0e06bc852878b2a294666f26e0b837ccb"
Unverified Commit 67c3518f authored by Rogério Júnior's avatar Rogério Júnior Committed by GitHub
Browse files

Small typo correction in comments (#3012)

parent ba49272d
...@@ -839,7 +839,7 @@ def main(): ...@@ -839,7 +839,7 @@ def main():
if global_step >= args.max_train_steps: if global_step >= args.max_train_steps:
break 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() accelerator.wait_for_everyone()
if accelerator.is_main_process: if accelerator.is_main_process:
if args.push_to_hub and args.only_save_embeds: if args.push_to_hub and args.only_save_embeds:
......
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