mirror of https://github.com/hpcaitech/ColossalAI
[NFC] policy colossalai/fx/proxy.py code style (#3269)
parent
d58fa705b2
commit
4cadb25b96
|
@ -1,7 +1,9 @@
|
||||||
import operator
|
import operator
|
||||||
|
from typing import Any, List, Union
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from torch.fx.proxy import Proxy, Attribute
|
from torch.fx.proxy import Attribute, Proxy
|
||||||
from typing import List, Union, Any
|
|
||||||
from colossalai.fx.tracer.meta_patch import meta_patched_function
|
from colossalai.fx.tracer.meta_patch import meta_patched_function
|
||||||
|
|
||||||
__all__ = ['ColoProxy']
|
__all__ = ['ColoProxy']
|
||||||
|
|
Loading…
Reference in New Issue