Skip to content
/ ray Public
forked from ray-project/ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

License

Notifications You must be signed in to change notification settings

haiyuni/ray

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2023
Nov 21, 2023
Nov 29, 2023
Nov 17, 2023
Mar 2, 2022
Dec 6, 2023
Oct 23, 2023
Dec 5, 2023
Dec 5, 2023
Nov 28, 2023
Nov 27, 2023
Dec 6, 2023
Dec 5, 2023
Nov 30, 2023
Nov 20, 2023
Apr 18, 2023
Dec 5, 2023
Nov 1, 2023
May 3, 2023
Sep 9, 2023
Mar 13, 2022
Oct 14, 2021
Feb 27, 2020
Jul 11, 2023
May 24, 2022
Oct 26, 2023
Nov 27, 2023
Oct 6, 2023
Nov 28, 2023
Aug 31, 2023
Nov 28, 2023
Feb 28, 2023
Nov 13, 2023
Sep 20, 2023
Jan 11, 2022
Oct 26, 2023
Apr 18, 2023
Jul 16, 2020
Jun 17, 2020
Aug 30, 2023
Nov 9, 2023
May 23, 2023

Repository files navigation

https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

https://readthedocs.org/projects/ray/badge/?version=master https://img.shields.io/badge/Ray-Join%20Slack-blue https://img.shields.io/badge/Discuss-Ask%20Questions-blue https://img.shields.io/twitter/follow/raydistributed.svg?style=social&logo=twitter

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI libraries for simplifying ML compute:

Learn more about Ray AI Libraries:

  • Data: Scalable Datasets for ML
  • Train: Distributed Training
  • Tune: Scalable Hyperparameter Tuning
  • RLlib: Scalable Reinforcement Learning
  • Serve: Scalable and Programmable Serving

Or more about Ray Core and its key abstractions:

  • Tasks: Stateless functions executed in the cluster.
  • Actors: Stateful worker processes created in the cluster.
  • Objects: Immutable values accessible across the cluster.

Monitor and debug Ray applications and clusters using the Ray dashboard.

Ray runs on any machine, cluster, cloud provider, and Kubernetes, and features a growing ecosystem of community integrations.

Install Ray with: pip install ray. For nightly wheels, see the Installation page.

Why Ray?

Today's ML workloads are increasingly compute-intensive. As convenient as they are, single-node development environments such as your laptop cannot scale to meet these demands.

Ray is a unified way to scale Python and AI applications from a laptop to a cluster.

With Ray, you can seamlessly scale the same code from a laptop to a cluster. Ray is designed to be general-purpose, meaning that it can performantly run any kind of workload. If your application is written in Python, you can scale it with Ray, no other infrastructure required.

More Information

Older documents:

Getting Involved

Platform Purpose Estimated Response Time Support Level
Discourse Forum For discussions about development and questions about usage. < 1 day Community
GitHub Issues For reporting bugs and filing feature requests. < 2 days Ray OSS Team
Slack For collaborating with other Ray users. < 2 days Community
StackOverflow For asking questions about how to use Ray. 3-5 days Community
Meetup Group For learning about Ray projects and best practices. Monthly Ray DevRel
Twitter For staying up-to-date on new features. Daily Ray DevRel

About

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.6%
  • C++ 18.8%
  • Java 3.1%
  • TypeScript 1.7%
  • Starlark 1.1%
  • Cython 1.0%
  • Other 0.7%