I can’t find the example of the file detail when I read the content of “$ ray dashboard [-p <port, 8265 by default>] ”
My ray version is 2.4.0. I want open the dashboard when I ray start --head, but found there is no dashboard auto run which --include-dashboard is default true.
@vox To include dashboard use pip install ray[default].
If you asking what’s a cluster config file? I basically instructs ray up ... what sort of ray cluster you you: configurations, size, headnode type, worker node type.