Skip to content

Commit

Permalink
more typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ez2rok committed Sep 20, 2024
1 parent c1d6397 commit 2390ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/utils/parallelism.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FSDPConfig:
limit_all_gathers: bool = True
load_monolith_rank0_only: bool = False
load_planner: Optional[Any] = None
mixed_precision: Union[str, dict[str, str]] = 'DEFAULT'
mixed_precision: str = 'DEFAULT'
process_group: Optional[Any] = None
save_planner: Optional[Any] = None
sharded_ckpt_prefix_dir: str = 'ep{epoch}-ba{batch}'
Expand Down

0 comments on commit 2390ae6

Please sign in to comment.