Skip to content

Commit

Permalink
update hint
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 30, 2024
1 parent 195b75a commit d019799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation/maisi/scripts/diff_model_setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def load_config(env_config_path: str, model_config_path: str, model_def_path: st
return args


def initialize_distributed(num_gpus) -> tuple:
def initialize_distributed(num_gpus: int) -> tuple:
"""
Initialize distributed training.
Expand Down

0 comments on commit d019799

Please sign in to comment.