mirror of
https://github.com/wassname/ray.git
synced 2026-09-27 14:20:43 +08:00
* Add non-distributed PyTorch runner * use dist.is_available() instead of checking OS * Nicer exception * Fix bug in choosing port * Refactor some code * Address comments * Address comments