Hi,
I am following this page of the documentation Deploy Multiple Applications β Ray 2.20.0.
I am testing on Windows 10 Enterprise and have Ray Serve 2.20.0 installed.
Issue 1
When I try to use serve build --multi-app
I get the error:
Error: No such option: --multi-app
Issue 2
I proceeded to create the config.yaml
file manually,
and executed successfully serve run config.yaml
But this fails:
ray start --head
serve deploy config.yaml
with error:
requests.exceptions.HTTPError: 400 Client Error: Request on loopback from external IP for url: http://localhost:8265/api/ray/version
Could you help with the above issues please?
Thank you