Skip to content

Commit

Permalink
[Unity] Fix creation of disco ProcessSession (apache#16375)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored Jan 12, 2024
1 parent b8230f6 commit 81a6c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/runtime/disco/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ def __init__(self, num_workers: int, entrypoint: str) -> None:
self.__init_handle_by_constructor__(
_ffi_api.SessionProcess, # type: ignore # pylint: disable=no-member
num_workers,
entrypoint,
"runtime.disco.create_process_pool",
entrypoint,
)


Expand Down

0 comments on commit 81a6c51

Please sign in to comment.