An open API service indexing awesome lists of open source software.

https://github.com/ray-project/ray-scripts

Experimental scripts for deploying and using Ray
https://github.com/ray-project/ray-scripts

Last synced: 10 months ago
JSON representation

Experimental scripts for deploying and using Ray

Awesome Lists containing this project

README

          

# Ray scripts

After workers.txt is set up as described in [the Ray documentation](http://ray.readthedocs.io/en/latest/using-ray-on-a-large-cluster.html), Ray can be installed on a cluster using

```
parallel-ssh -x "-o StrictHostKeyChecking=no" -i -h workers.txt -P -t 0 -I < install_on_ubuntu.sh
```