AMP docstring/markdown update (#160)

This commit is contained in:
puck_WCR
2022-01-18 18:33:36 +08:00
committed by GitHub
parent 2499faa2db
commit 9473a1b9c8
4 changed files with 15 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ fp16 = dict(
We leveraged the Megatron-LM implementation to achieve mixed precision training while maintaining compatibility with complex tensor
and pipeline parallelism. This AMP mode will cast all operations into fp16.
The following conde block show a config file for this mode.
The following code block shows a config file for this mode.
```python
from colossalai.amp import AMP_TYPE