Skip to content

Commit

Permalink
chore: update optimizer_config.py (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Feb 23, 2025
1 parent d02b8c7 commit 32a3d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verl/utils/megatron/optimizer_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class OptimizerConfig:
"""If true, train with bf16 mixed precision training. Defaults to False."""

params_dtype: torch.dtype = torch.float32
"""dtype used when intializing the weights. Defaults to torch.float32."""
"""dtype used when initializing the weights. Defaults to torch.float32."""

###############
# Loss scaling
Expand Down

0 comments on commit 32a3d62

Please sign in to comment.