Closed ijrsvt closed 3 years ago
Thanks @ijrsvt. We'll need to keep this backwards compatible with the latest Ray release, so it might be best to move the get_resource_ids
to a separate function until the change is reflected in the next release. I'm happy to update your PR with that.
@krfricke using the private API works on all versions of Ray. This is where the function is actually defined :)
It was just imported to the top level ray.get_resource_ids
Ah sorry, I mixed that up - thanks!
get_resource_ids
are being moved out of the top levelray
API in this Ray PR.