mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 17:46:42 +00:00
[bug] fix get_default_parser in examples (#4764)
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
from .initialize import initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch
|
||||
from .initialize import (
|
||||
get_default_parser,
|
||||
initialize,
|
||||
launch,
|
||||
launch_from_openmpi,
|
||||
launch_from_slurm,
|
||||
launch_from_torch,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"launch",
|
||||
@@ -6,4 +13,5 @@ __all__ = [
|
||||
"launch_from_slurm",
|
||||
"launch_from_torch",
|
||||
"initialize",
|
||||
"get_default_parser",
|
||||
]
|
||||
|
Reference in New Issue
Block a user