mirror of https://github.com/InternLM/InternLM
feat:add bind numa
parent
d9fd76f8a7
commit
ad73355215
|
@ -4,6 +4,7 @@ from .launch import (
|
|||
initialize_distributed_env,
|
||||
launch_from_slurm,
|
||||
launch_from_torch,
|
||||
try_bind_numa,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
|
@ -12,4 +13,5 @@ __all__ = [
|
|||
"launch_from_slurm",
|
||||
"launch_from_torch",
|
||||
"initialize_distributed_env",
|
||||
"try_bind_numa",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue