4572 Forks
26496 Stars
26496 Watchers

ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads.

How to download and setup ray

Open terminal and run command
git clone https://github.com/ray-project/ray.git
git clone is used to create a copy or clone of ray repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ray https://github.com/ray-project/ray/archive/master.zip

Or simply clone ray with SSH
[email protected]:ray-project/ray.git

If you have some problems with ray

You may open issue on ray support forum (system) here: https://github.com/ray-project/ray/issues