mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 01:55:12 +00:00
fix typo colossalai/auto_parallel autochunk fx/passes etc. (#3808)
This commit is contained in:
@@ -181,7 +181,7 @@ class DistCoordinator(metaclass=SingletonMeta):
|
||||
"""
|
||||
is_master = self.is_master(process_group)
|
||||
|
||||
# define an inner functiuon
|
||||
# define an inner function
|
||||
def decorator(func):
|
||||
|
||||
@functools.wraps(func)
|
||||
|
Reference in New Issue
Block a user