mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-18 07:31:19 +00:00
fix typo colossalai/auto_parallel autochunk fx/passes etc. (#3808)
This commit is contained in:
@@ -31,7 +31,7 @@ class TensorMetadata(NamedTuple):
|
||||
numel: int
|
||||
is_tensor: bool
|
||||
# TODO: we can add a list of sharding spec here, and record the sharding
|
||||
# behaviour by appending sharding spec into list.
|
||||
# behavior by appending sharding spec into list.
|
||||
|
||||
|
||||
def _extract_tensor_metadata(result: torch.Tensor) -> TensorMetadata:
|
||||
|
Reference in New Issue
Block a user