mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
Java call Python actor method use actor.call (#7614)
This commit is contained in:
@@ -268,7 +268,7 @@ def dashboard(cluster_config_file, cluster_name, port):
|
||||
@click.option(
|
||||
"--internal-config",
|
||||
default=None,
|
||||
type=str,
|
||||
type=json.loads,
|
||||
help="Do NOT use this. This is for debugging/development purposes ONLY.")
|
||||
@click.option(
|
||||
"--load-code-from-local",
|
||||
|
||||
Reference in New Issue
Block a user