mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 23:25:54 +08:00
23deef5ac2048e975ae87fa2cb1b8c475cbcc137
Added RAY_CHECK with line number and file for logging
Ray
Ray is an experimental distributed execution framework with a Python-like programming model. It is under development and not ready for general use.
Example Code
Loading ImageNet
TODO: fill this out.
Design Decisions
For a description of our design decisions, see
Setup
- sudo apt-get update
- sudo apt-get install git
- git clone https://github.com/amplab/ray.git
- cd ray
- ./setup.sh
Description
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Languages
Python
56.6%
C++
28.8%
Java
8.5%
TypeScript
1.7%
Starlark
1.4%
Other
2.8%