Skip to main content

A subpackage of Ray which provides the Ray C++ API.

Project description

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:

https://github.com/ray-project/ray/raw/master/doc/source/images/what-is-ray-padded.svg

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

Project details


Release history Release notifications | RSS feed

This version

2.7.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ray_cpp-2.7.1-cp311-cp311-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.11Windows x86-64

ray_cpp-2.7.1-cp311-cp311-manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.11

ray_cpp-2.7.1-cp311-cp311-manylinux2014_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.11

ray_cpp-2.7.1-cp311-cp311-macosx_11_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ray_cpp-2.7.1-cp311-cp311-macosx_10_15_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

ray_cpp-2.7.1-cp310-cp310-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.10Windows x86-64

ray_cpp-2.7.1-cp310-cp310-manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.10

ray_cpp-2.7.1-cp310-cp310-manylinux2014_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.10

ray_cpp-2.7.1-cp310-cp310-macosx_11_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ray_cpp-2.7.1-cp310-cp310-macosx_10_15_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

ray_cpp-2.7.1-cp39-cp39-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.9Windows x86-64

ray_cpp-2.7.1-cp39-cp39-manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.9

ray_cpp-2.7.1-cp39-cp39-manylinux2014_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.9

ray_cpp-2.7.1-cp39-cp39-macosx_11_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ray_cpp-2.7.1-cp39-cp39-macosx_10_15_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

ray_cpp-2.7.1-cp38-cp38-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.8Windows x86-64

ray_cpp-2.7.1-cp38-cp38-manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.8

ray_cpp-2.7.1-cp38-cp38-manylinux2014_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.8

ray_cpp-2.7.1-cp38-cp38-macosx_11_0_arm64.whl (24.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ray_cpp-2.7.1-cp38-cp38-macosx_10_15_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

ray_cpp-2.7.1-cp37-cp37m-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.7mWindows x86-64

ray_cpp-2.7.1-cp37-cp37m-manylinux2014_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.7m

ray_cpp-2.7.1-cp37-cp37m-manylinux2014_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.7m

ray_cpp-2.7.1-cp37-cp37m-macosx_10_15_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file ray_cpp-2.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ray_cpp-2.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e9ab022d4c6c1bf166b6c2f18a367f511f6fa1ecc5dfdc31e868695fcf324122
MD5 50776200293480219237d76f11f260bd
BLAKE2b-256 dbd4da4f8ef33845070d6b16f8ee9247ba883bdb7b7aa3c10dc7a6ab1525f529

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7fbf07672af1e4b873ee032d85c56c55b94efd77bf91e2c819ddc10718537ac
MD5 624429d44e2dad642d49333a7213cef4
BLAKE2b-256 bd675ac2d6788f7703413f2a88fa3843fb26ffd5fe002c4b2251b54dde9c1a24

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp311-cp311-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86a216e07d9e6b6c4e37cc383c60c24004bc3a805e17243b162b461436fc891f
MD5 0841040c6a2bc3b8e8c3f0a1a980462c
BLAKE2b-256 343460ed37bc60ba94eff7149f9d44349d9394000bba84b31e873fe05d62e263

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cf48559ff47071a3e2ea2173670f425882f6e8a658f6204429fdc6bc562b569
MD5 fbb33c5b0ca27cc496687c2bb211c66e
BLAKE2b-256 0c96863494a61be91e99f6bce76f10ddadfbde0d5638d8b3c3ef26104db9f6e4

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 00afcd516ea6eb86aad4c4e2b9dea619335ee18765dace3de98dd44fe87ad81c
MD5 178146cc6cfce98c58a6d8362e7206fa
BLAKE2b-256 6a1fe1bba59fc627fdb4fe905c0f6ea4c7ebdede00c630cbcbccb90ca0e7aea8

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ray_cpp-2.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e2680b39c1c25816a91a4cf66fdbb013c3cfedbcad10c2fb464c37357640b98b
MD5 87d93e2293441b6525505c86a19e34fe
BLAKE2b-256 79696c0267c9ba28134b3ad66c62394b9f2ded2dc144e94b8ea344eeb62b88f5

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp310-cp310-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba4f1643744d0e8013f75f198fe7ffb5bdb7390da29e884ba608295356aa1159
MD5 fdf80a38cc034259218dc2195243dc3d
BLAKE2b-256 b4c51ac98b773e25ee688eb5db9362922ea875303476221bbfd2b47595b63bd2

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp310-cp310-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e79c79877904dd7896b247f709805cab2c8d0aa071c72c3ec4de039871e3ebbf
MD5 22127fc86e14cfe4990767eee97e1933
BLAKE2b-256 12b5d1b3e2e519fb33e463dd8bdb123753a5248bd7cc47cdee5b616d67b24d49

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bd93cdae44f3b15e29b2e6833ca3b20c91a8c56cc8d1d8c01e6f7c8743e6bcc
MD5 bd8db1629ec9a5480fb0e36d49ff954f
BLAKE2b-256 2fab3384f01feb9797bb1b637c786ac61f0d7877f83e3e33f6a4d053b1427a35

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f2a7cbd36aaba716fc323cf627065af7882fa5b033c52c5bc1bf418af00d1666
MD5 7117be95a3315566aab84f41ca6aa0b4
BLAKE2b-256 9865bd695a7f5d5d29a29d2b410fbb25e708ebe522973dfa41c02b9359ebce2c

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ray_cpp-2.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b4ca4006e4e6b4bed4f4de8f08f645b58adaef8bfccb4e4bee38f964a845485
MD5 eec43ad00b25d325a5b0c9f976433bfc
BLAKE2b-256 7104f76078c4f326ce15532b8f1f93f03c744990515000806548bcd37c5d0210

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e23db2143664d4aa5e2def8bc471e07c7970b0eca5f1e1f09b7964251b268af2
MD5 84e75441818c062599a339eff0d81100
BLAKE2b-256 09bc76688a954e6c890000b96372cfd520c5a4cdbd8b4bad4a4d90f55bfbb2e3

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abd7ba83db25e921e7c8ef0c45a857dc25d5fb7acb4b414478fc051f9e553a9a
MD5 a541c457dbe48f5413f24e87a4acc094
BLAKE2b-256 df23ade478b67a4ddd02243039a61893ecf0112e42d5ba5c8605d0b10fe13f66

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 725424d8e21a4495ab8b908bfd6384e2494902f938bdf151616f21e16143fad2
MD5 7698409f825ae388de31b493019cc910
BLAKE2b-256 a5a7c1ecc2fe733c1dc99d53112d634f529f7a662922e0982e016158b21e7997

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ffccc3fb9a67a82b0cbcabbb1a0f657f2c8ba5a1f56502cf65bdbfc3893e7f94
MD5 9f578a5d23d125af92dc6493f1055928
BLAKE2b-256 bf0c30a281e0be82d76e79398ed663bd519fa66186b540b8ac6feacab398b584

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ray_cpp-2.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f6a2a487dddd7456b76d12e24dc442d09b5108e671a6a6cbd821f80bf4a6c813
MD5 b22451268187b72da403fd086567b645
BLAKE2b-256 9cd48d1710792549fc838d6b1a595b3cffadcb729d1f383856821613e80dfcf6

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 161c055981b25bac84c2efed6075fd813471ee96c5524160d50b2f72436dfcc8
MD5 a73094e914287ec028a55ca26d06af9a
BLAKE2b-256 04dac64748edcd0af272051b37707815d04a65c8551f74d71ddd7d17f39f7279

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e275331e3414027617a3216fb2f0c221766aba771c1ad9402839a414f6312b8e
MD5 7d3e4e50a06d411207718680dbdd7b2c
BLAKE2b-256 6f2d0cda2ab742e197ed8a9b003fc13b714373b5614d28f2dbf549dc29749e2b

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 206d3a5a4997ac985106c4f2af8145a5519376cbe387363402009c0f24a0e6e8
MD5 16eee7065a19a9d5e1f821f7c8caa07c
BLAKE2b-256 8020fbfca58677c34072d017aca790086bd694d1572735440a11a9e7258b73c4

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb3aebe05078f2d6dc4727d8135041b0f6fc47924afe9ff2315b9b9609624466
MD5 56ab504874e11bea3f3ccaaef5a07057
BLAKE2b-256 cf3116005f83dc47711b5178a0e373e9d06f9e1ceea1e8c069ddfff767a3b7eb

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 21.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for ray_cpp-2.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bf4cc955c0b88831f2e8807d5b9647f4dacd018e4f10e3dded63fcff41ca62e8
MD5 abb694db203c64ae27a647bec4dfd3ab
BLAKE2b-256 78f4a9e6d65f062ee81c6d39f4c6a31da38862e92b911ff02ebee04dad63f6bc

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fb1fb5896cbc3d6bfd9f3b8b9ffe2adc90a50561b1eaf32d86b5ff470b28567
MD5 73c44ba72c77fecf83d0f10297b3a4ab
BLAKE2b-256 0633b79a6bf20e4173c186cc24f78aae83e29e6718b5fc3c2349d1539b8e78ce

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cd5848d7bdb4a90a6fe21a3e79f1dc4823a1b7d4142e2cfea6f50723c2aee9e
MD5 3ea5865d96855088f70e5b5736baf123
BLAKE2b-256 5b7f58d90ba3f5f8e369985f9ae517eb4a8ae5bd74520f8bc618fb2442e89b57

See more details on using hashes here.

File details

Details for the file ray_cpp-2.7.1-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ray_cpp-2.7.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0781ad364f8c53477c002c8999eb03d939300708eb8238bd646fc4561cf3ff7b
MD5 c2359c2662377f41913afbebd45d519f
BLAKE2b-256 9d6d7bf1aabe949d2e9c5f2fca8cbec4e7df9d411b352a01e6e4c625e741b818

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page