Merge branch 'main' into feature/fp8_comm

This commit is contained in:
Hongxin Liu
2024-08-22 15:14:38 +08:00
committed by GitHub
17 changed files with 242 additions and 116 deletions

View File

@@ -349,7 +349,7 @@ class LowLevelZeroPlugin(DPPluginBase):
verbose: bool = False,
cast_inputs: bool = True,
fp8_communication: bool = False,
use_fp8: bool = False,
use_fp8: bool = False
) -> None:
super().__init__()
assert stage in (1, 2), f"LowLevelZeroPlugin only supports stage 1/2 training"