mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-01 12:49:44 +08:00
Add mlx.distributed_config script (#1902)
This commit is contained in:

committed by
GitHub

parent
89d327075f
commit
607181644f
7
setup.py
7
setup.py
@@ -194,7 +194,12 @@ if __name__ == "__main__":
|
||||
"typing_extensions",
|
||||
],
|
||||
},
|
||||
entry_points={"console_scripts": ["mlx.launch = mlx.distributed_run:main"]},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"mlx.launch = mlx.distributed_run:main",
|
||||
"mlx.distributed_config = mlx.distributed_run:distributed_config",
|
||||
]
|
||||
},
|
||||
ext_modules=[CMakeExtension("mlx.core")],
|
||||
cmdclass={"build_ext": CMakeBuild, "generate_stubs": GenerateStubs},
|
||||
zip_safe=False,
|
||||
|
Reference in New Issue
Block a user