mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-26 15:32:22 +00:00
[hotfix] got sliced types (#1614)
This commit is contained in:
parent
d397842fa8
commit
6a8f8cc05e
@ -105,7 +105,7 @@ class StrategyGenerator_V2(ABC):
|
||||
self.device_mesh = device_mesh
|
||||
|
||||
@abstractmethod
|
||||
def generate(self, operand_mapping: Dict[str:Operand]) -> List[ShardingStrategy_V2]:
|
||||
def generate(self, operand_mapping: Dict[str, Operand]) -> List[ShardingStrategy_V2]:
|
||||
"""
|
||||
"""
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user