mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-28 04:55:25 +00:00
[NFC] policy colossalai/fx/proxy.py code style (#3269)
This commit is contained in:
@@ -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']
|
||||||
|
Reference in New Issue
Block a user