Refactoring launcher

This commit is contained in:
Angelos Katharopoulos
2025-12-01 16:31:57 -08:00
parent 425043ccca
commit cd4b12ce1b
6 changed files with 633 additions and 7 deletions

View File

@@ -265,8 +265,8 @@ if __name__ == "__main__":
}
entry_points = {
"console_scripts": [
"mlx.launch = mlx.distributed_run:main",
"mlx.distributed_config = mlx.distributed_run:distributed_config",
"mlx.launch = mlx._distributed_utils.launch:main",
# "mlx.distributed_config = mlx.distributed_run:distributed_config",
]
}
install_requires = []