Open
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Kuberay has support for interacting with RayClusters via a python script with the python-client. It would be great if it was possible to interact with RayJobs in the same way.
I also noticed that there is no mechanism to release the python-client, and you cannot pip install it. It would be amazing if we could start releasing this via pypi so users can pip install it and use it. I have a working version of the pyproject.toml locally that lets me poetry build
to produce a wheel file that I've been using to test changes.
Question:
- Would the community be receptive to put more effort into maintaining the python client and releasing it via pypi? My team and I would be happy to implement and potentially maintain this!
Use case
I would like to be able to submit training jobs via a python script to Ray Clusters.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!