You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This fixes the symmetric-run cli workflow.
Right now if you use `ray symmetric-run` on 2.51 like
```
ray symmetric-run --address 127.0.0.1:6379 -- python my_script.py
```
it will throw since the `symmetric-run` arg is not caught. This was only
caught once it became part of the CLI.
## Related issues
## Additional information
> Optional: Add implementation details, API changes, usage examples,
screenshots, etc.
---------
Signed-off-by: Richard Liaw <[email protected]>
0 commit comments