mirror of https://github.com/hpcaitech/ColossalAI
[hotfix] got sliced types (#1614)
parent
d397842fa8
commit
6a8f8cc05e
|
@ -105,7 +105,7 @@ class StrategyGenerator_V2(ABC):
|
||||||
self.device_mesh = device_mesh
|
self.device_mesh = device_mesh
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def generate(self, operand_mapping: Dict[str:Operand]) -> List[ShardingStrategy_V2]:
|
def generate(self, operand_mapping: Dict[str, Operand]) -> List[ShardingStrategy_V2]:
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue