mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 20:40:34 +00:00
[nfc] fix typo colossalai/cli fx kernel (#3847)
* fix typo colossalai/autochunk auto_parallel amp * fix typo colossalai/auto_parallel nn utils etc. * fix typo colossalai/auto_parallel autochunk fx/passes etc. * fix typo docs/ * change placememt_policy to placement_policy in docs/ and examples/ * fix typo colossalai/ applications/ * fix typo colossalai/cli fx kernel
This commit is contained in:
@@ -197,7 +197,7 @@ class AlphaBetaProfiler:
|
||||
dist.broadcast_object_list(broadcast_list, src=process_group[0])
|
||||
alpha_beta_dict[process_group] = tuple(broadcast_list)
|
||||
|
||||
# add symmetry pair to the apha_beta_dict
|
||||
# add symmetry pair to the alpha_beta_dict
|
||||
symmetry_ab_dict = {}
|
||||
for process_group, alpha_beta_pair in alpha_beta_dict.items():
|
||||
symmetry_process_group = (process_group[1], process_group[0])
|
||||
|
Reference in New Issue
Block a user