mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 09:38:05 +00:00
[NFC] fix typo colossalai/amp auto_parallel autochunk (#3756)
This commit is contained in:
@@ -219,7 +219,7 @@ def _comm_spec_apply(gm: torch.fx.GraphModule):
|
||||
return gm
|
||||
|
||||
|
||||
def _act_annotataion_pass(gm: torch.fx.GraphModule):
|
||||
def _act_annotation_pass(gm: torch.fx.GraphModule):
|
||||
"""
|
||||
This pass is used to add the act annotation to the new inserted nodes.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user