Skip to content

Commit

Permalink
[serve] Remove detached param from release test (ray-project#41736)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
  • Loading branch information
edoakes authored Dec 8, 2023
1 parent 4eb27f6 commit abf6fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/serve_tests/workloads/serve_test_cluster_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup_local_single_node_cluster(
resources={str(i): 2, "proxy": 1},
)
ray.init(address=cluster.address, dashboard_host="0.0.0.0", namespace=namespace)
serve.start(detached=True, proxy_location=DeploymentMode.EveryNode)
serve.start(proxy_location=DeploymentMode.EveryNode)

return _get_global_client(), cluster

Expand Down

0 comments on commit abf6fd2

Please sign in to comment.