mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 11:45:23 +00:00
[NFC] polish colossalai/fx/tracer/_tracer_utils.py (#3323)
* [NFC] polish colossalai/engine/schedule/_pipeline_schedule.py code style * [NFC] polish colossalai/fx/tracer/_tracer_utils.py code style --------- Co-authored-by: Qianran Ma <qianranm@luchentech.com>
This commit is contained in:
parent
64350029fe
commit
ad285e1656
@ -1,6 +1,8 @@
|
||||
from typing import List, Union, Any
|
||||
from ..proxy import ColoProxy, ColoAttribute
|
||||
from typing import Any, List, Union
|
||||
|
||||
import torch
|
||||
|
||||
from ..proxy import ColoAttribute, ColoProxy
|
||||
from .meta_patch import meta_patched_function, meta_patched_module
|
||||
|
||||
__all__ = ['is_element_in_list', 'extract_meta']
|
||||
|
Loading…
Reference in New Issue
Block a user