Unverified Commit ad285e16 authored by Michelle's avatar Michelle Committed by GitHub
Browse files

[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: default avatarQianran Ma <qianranm@luchentech.com>
parent 64350029
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']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment