mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 10:34:41 +00:00
[doc] FP8 training and communication document (#6050)
* Add FP8 training and communication document * add fp8 docstring for plugins * fix typo * fix typo
This commit is contained in:
@@ -169,6 +169,7 @@ class TorchDDPPlugin(DPPluginBase):
|
||||
check_reduction (bool, optional): Whether to check reduction. Defaults to False.
|
||||
gradient_as_bucket_view (bool, optional): Whether to use gradient as bucket view. Defaults to False.
|
||||
static_graph (bool, optional): Whether to use static graph. Defaults to False.
|
||||
fp8_communication (bool, optional): Whether to enable fp8 communication. Defaults to False.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
Reference in New Issue
Block a user