mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 03:20:52 +00:00
[checkpointio] support debug log (#6153)
* [checkpointio] support debug log * [checkpointio] refactor async writer api * fix test * fix test
This commit is contained in:
@@ -59,8 +59,6 @@ class CheckpointIO(ABC):
|
||||
>>> checkpoint_io.save_optimizer(optimizer, 'optimizer.pt')
|
||||
"""
|
||||
|
||||
N_WRITE_ENTRIES: int = 32
|
||||
|
||||
# ======================================
|
||||
# Public methods
|
||||
# ======================================
|
||||
|
Reference in New Issue
Block a user