Skip to content

Commit 81a6c51

Browse files
authored
[Unity] Fix creation of disco ProcessSession (#16375)
1 parent b8230f6 commit 81a6c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/runtime/disco/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ def __init__(self, num_workers: int, entrypoint: str) -> None:
364364
self.__init_handle_by_constructor__(
365365
_ffi_api.SessionProcess, # type: ignore # pylint: disable=no-member
366366
num_workers,
367-
entrypoint,
368367
"runtime.disco.create_process_pool",
368+
entrypoint,
369369
)
370370

371371

0 commit comments

Comments
 (0)