mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-13 21:22:49 +00:00
fix typo with colossalai/trainer utils zero (#3908)
This commit is contained in:
@@ -157,7 +157,7 @@ class ChunkManager:
|
||||
Copy data to the chunk.
|
||||
|
||||
Args:
|
||||
tensor (torch.Tensor): the tensor used to retrive meta information
|
||||
tensor (torch.Tensor): the tensor used to retrieve meta information
|
||||
data (torch.Tensor): the tensor to be copied to the chunk
|
||||
"""
|
||||
chunk = self.tensor_chunk_map[tensor]
|
||||
|
Reference in New Issue
Block a user