Skip to content

Commit

Permalink
Fix typo in distributed_training.rst (mosaicml#2333)
Browse files Browse the repository at this point in the history
explictly -> explicitly
  • Loading branch information
eltociear committed Jun 28, 2023
1 parent 98a53dc commit f2412bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notes/distributed_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The full spec and defaults for Composer's `fsdp_config` is here:
'min_params': float # Default: 1e8
'cpu_offload': bool = True | False, # Default: False, cpu_offload not supported yet
'mixed_precision': str = 'FULL' | 'DEFAULT' | 'PURE', # Default: 'DEFAULT'
# Note: you can explictly provide a dictionary too
# Note: you can explicitly provide a dictionary too
# 'mixed_precision': dict = {
# 'param_dtype': 'fp32' | 'fp16' | 'bf16',
# 'reduce_dtype': 'fp32' | 'fp16' | 'bf16',
Expand Down

0 comments on commit f2412bd

Please sign in to comment.