mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Distributed layers (#1270)
This commit is contained in:
committed by
GitHub
parent
69e4dd506b
commit
4eef8102c9
@@ -761,6 +761,8 @@ def main():
|
||||
"--cwd", help="Set the working directory on each node to the provided one"
|
||||
)
|
||||
args, rest = parser.parse_known_args()
|
||||
if rest[0] == "--":
|
||||
rest.pop(0)
|
||||
|
||||
if args.print_python:
|
||||
print(sys.executable)
|
||||
|
||||
Reference in New Issue
Block a user