ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
33.57k stars 5.7k forks source link

[serve] `serve config` output is lossy for multi-app #40907

Open edoakes opened 11 months ago

edoakes commented 11 months ago

For multi-app configs we are omitting the host, port, and other system level options. We should output the config as it was provided.

See this TODO for a test case that should be updated to verify this: https://github.com/ray-project/ray/pull/40863/files#diff-26b0493b8e90279668eff1383391580fc941add2e95fa95ea44057798e6bd143R161

anyscalesam commented 4 months ago

@edoakes is this done?

zcin commented 4 months ago

@anyscalesam Not yet, I will push a fix soon.