-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_actor_pool: Add extra_conf option listen_elastic_ip
Usage: create_actor_pool(elastic_address, n_process=0, extra_conf={'listen_elastic_ip': True}, ) While xinference worker serve on cloud elastic_ip, the address used in create_actor_pool() and create_actor both have to be the elastic ip, in order for ActorRef passing around RPC method to client, but we could only listen on 0.0.0.0. (Because the ip is not only valid outside the host)
- Loading branch information
1 parent
c11c9d5
commit 127fab2
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters