mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +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