mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 04:24:47 +00:00
[hotfix] got sliced types (#1614)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user