mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
![]() After https://github.com/ray-project/ray/pull/24066, some release tests are running into: ``` ModuleNotFoundError: No module named 'ray.train.impl' ``` This PR simply adds a `__init__.py` file to resolve this. We also add a 5 wecond delay for client runners in release test to give clusters a bit of slack to come up (and avoid ray client connection errors) |
||
---|---|---|
.. | ||
__init__.py | ||
_wait_cluster.py | ||
client_runner.py | ||
command_runner.py | ||
job_runner.py | ||
sdk_runner.py |