Skip to content

Commit 620635c

Browse files
committed
fix style
Signed-off-by: dimapihtar <[email protected]>
1 parent 412aa17 commit 620635c

File tree

1 file changed

+1
-1
lines changed
  • megatron/core/dist_checkpointing/strategies

1 file changed

+1
-1
lines changed

megatron/core/dist_checkpointing/strategies/zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _create_zarr_array(sharded_tensor: ShardedTensor, checkpoint_dir: Path):
196196

197197
class ZarrLoadShardedStrategy(LoadShardedStrategy):
198198
"""Load strategy for the Zarr backend."""
199-
199+
200200
def __init__(self, backend: str, version: int):
201201
super().__init__(backend, version)
202202
raise CheckpointingException(

0 commit comments

Comments
 (0)