mirror of https://github.com/hpcaitech/ColossalAI
[hotfix] Fix wrong import in meta_registry (#5392)
parent
b833153fd5
commit
5d380a1a21
|
@ -4,9 +4,9 @@ import torch
|
|||
|
||||
from colossalai._analyzer._subclasses.flop_tensor import flop_mapping
|
||||
from colossalai._analyzer.fx.node_util import compute_size_in_bytes as activation_size
|
||||
from colossalai.auto_parallel.tensor_shard.constants import BCAST_FUNC_OP
|
||||
from colossalai.auto_parallel.tensor_shard.sharding_strategy import MemoryCost, OperationDataType, TrainCycleItem
|
||||
|
||||
from ..constants import BCAST_FUNC_OP
|
||||
from ..registry import meta_register
|
||||
|
||||
__all__ = ["binary_elementwise_meta_info"]
|
||||
|
|
Loading…
Reference in New Issue