mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 15:11:20 +00:00
[checkpointio] fix hybrid plugin model save (#6106)
This commit is contained in:
@@ -5,6 +5,7 @@ from .common import (
|
||||
ensure_path_exists,
|
||||
free_storage,
|
||||
get_current_device,
|
||||
get_non_persistent_buffers_set,
|
||||
is_ddp_ignored,
|
||||
set_seed,
|
||||
)
|
||||
@@ -25,4 +26,5 @@ __all__ = [
|
||||
"set_seed",
|
||||
"get_current_device",
|
||||
"is_ddp_ignored",
|
||||
"get_non_persistent_buffers_set",
|
||||
]
|
||||
|
Reference in New Issue
Block a user