mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
No description
![]() * Compile the Ray redis module with C++. * Redo parsing of object table notifications with flatbuffers. * Update redis module python tests. * Redo parsing of task table notifications with flatbuffers. * Fix linting. * Redo parsing of db client notifications with flatbuffers. * Redo publishing of local scheduler heartbeats with flatbuffers. * Fix linting. * Remove usage of fixed-width formatting of scheduling state in channel name. * Reply with flatbuffer object to task table queries, also simplify redis string to flatbuffer string conversion. * Fix linting and tests. * fix * cleanup * simplify logic in ReplyWithTask |
||
---|---|---|
.travis | ||
cmake/Modules | ||
doc | ||
docker | ||
examples | ||
python | ||
scripts | ||
src | ||
test | ||
vsprojects | ||
webui | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
build-docker.sh | ||
build.sh | ||
CMakeLists.txt | ||
LICENSE | ||
pylintrc | ||
Ray.sln | ||
README.md |
Ray
Ray is an experimental distributed execution engine. It is under development and not ready to be used.
The goal of Ray is to make it easy to write machine learning applications that run on a cluster while providing the development and debugging experience of working on a single machine.
View the documentation.