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

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.0-cp311-cp311-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11macOS 11.0+ ARM64

ray_cpp-2.7.0-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.0-cp310-cp310-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10macOS 11.0+ ARM64

ray_cpp-2.7.0-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.0-cp39-cp39-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9macOS 11.0+ ARM64

ray_cpp-2.7.0-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.0-cp38-cp38-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8macOS 11.0+ ARM64

ray_cpp-2.7.0-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.0-cp37-cp37m-win_amd64.whl (21.0 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

ray_cpp-2.7.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.0-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.12

File hashes

Hashes for ray_cpp-2.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1a831942cc8ca97853ddd4ad6c26920916ce56aa7fef6543f32a74339c49ebb4
MD5 67beda1307f655fb12d41e8872a5597b
BLAKE2b-256 9def139100581cb3b6fe6ae7dfeb433ffa3569e40156cb1ce668dee89388fffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 689df0b9b3cb6c609faeb0f9560ff41466fab4a9f8c01ef7a0b9fa07d50fd57c
MD5 ba849fcc624c1d51a066e710cc6ee7fb
BLAKE2b-256 2d8126d229562f48041411663af51ff8f1e78df7c08a8744510242561875da1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 509eebb0603571e380ed80be46769fcb55698c0876d052e6d75166720e824041
MD5 a31bf5e8583df80815c3cf26e6c040b3
BLAKE2b-256 a00e6b204ce46e1792e9f6358260de9deb91aea060747a1f8ca81ae552af4a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 961737d271aaafaf10d559ccfaacd88a6523937fd7a87a4213c094915a6e86a6
MD5 967cd4410d24115270bb8fccfdce0051
BLAKE2b-256 4b35a9ffe0949838210ba31c75f711b2ba39b2f862922d1139bf8c0bf0d19b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cfcc2cb79e9a74b17c7af079715c13bf235f16149ca239b137d61037db86cf87
MD5 e0d0d166474e14fa44ac91c8eb367425
BLAKE2b-256 687c1ba94688bf1c8c4442b963b71e6674116d66c6ee8b936a2b8e1b827cd670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.0-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.12

File hashes

Hashes for ray_cpp-2.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 079c2bc8a892a6b6cd2371c169de073be3b19dc29c45572c031708dee7492ba9
MD5 8f8cccf3e69753b05416bf1812f44059
BLAKE2b-256 addf076745b1a5fec155e77761c0177755773a354357cc8323764eaa6786f1f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d9ced610a3923f6cf80b137a835ce145aed3dbdee594fd785cc63b04e263152
MD5 7e5a94ffff30e0fb5342f42664a8cc25
BLAKE2b-256 bc39fec290075f3be858d1bb49640cd0ec0d0eb3f816d0e9249d2ed8de052573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d2d497d410e5d3462b8520a38c2363b8d051c89a3eaa93e3cc61231f5962a06
MD5 9d7fc3e80d1e60f0c83e7cdbfb0a1c35
BLAKE2b-256 ec2b2911c3cf2d48e2a5db1b85fff7ea0cf571ed3783430ead4c68a323003b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cee927f22cde2f1692ff83cbcb261062a66f5741216be0ca8cda73efcf8d23f1
MD5 799c7d7f0e15304c2b1227796d168643
BLAKE2b-256 63398bcb8e2f191b975ae65ea00e497d7521fd20010a3275552aed6ff7722038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 899368aea2ec0e51028bf1afb5914c023afb72c3e8b2892af81eba5e05d26839
MD5 894bc49877f09ffdac52057f72588082
BLAKE2b-256 6b8c28e2c39112ebf1d7ad41ea8f6b1bc87a73c585d5363931fdbe75522cfb8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.0-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.12

File hashes

Hashes for ray_cpp-2.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6d97823f6a879fe7c4276248ebb9a3e80e83c45239a17c3362ea690e4925d2bf
MD5 a6986867a9a73a573b07ec2605526757
BLAKE2b-256 d7f9ca61735a52afd7ed4c30d5d7c7e6243844033309ee02d2102caab6202a23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77938fa9c078b9f92822121d2f12c8613ed71bbfd5560a56b7da3826022e7efc
MD5 d29647bd0b8ccfed80c958d738d81bd4
BLAKE2b-256 9b22da58311cbaac3d9c570aff1d94c7a3a1ee5565c8ba129c7ce5f122884146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49e9cb7ef19619eac932a40f269761e9de2fcd87814486105d0c5304de30291b
MD5 f6c5aba43c69062b32a1a87410f00e54
BLAKE2b-256 294bca3e4461987d93ffb7cc4017798d5a063837af0419f45b7ea110a4cbca0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90c12e87e1a5b6956148751e44fa0e0c8ca192ce37fb663e0af98a40e3600508
MD5 85ec1cdf559632c395730c4581b3e26f
BLAKE2b-256 6a360225269d8d30777df4bf41f102f876b3a5c3450ed8833c55acfb0f71415c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8e7edac4c055f856dcef6aa168834b9d31109823c17cb912343bff3c2a088b79
MD5 fa10e96d437dc39eac4503ef5dec07a7
BLAKE2b-256 ee57d408fbdbfe722dba55dc5833f514b2a0ff364ccb33fb06fa72bf244708d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.0-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.12

File hashes

Hashes for ray_cpp-2.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 20a155dd06681119e870144bdbd1324201ace9aea2a1335b03cdf4db4201ab59
MD5 8a6518de03b7527d53b6ac91ee935057
BLAKE2b-256 bddba65ccf9049532af0cb9649e1e5e8ce50d5706ab6e3cfda68ae4beedda4f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3d9e7bd50b9d08d1c5c990b4c499a91c46f6b0c4027a6f684eaeeadfef0d1f9
MD5 bb5da614148fc6cb2b023559de279368
BLAKE2b-256 a9447f345f29d05199255c229fa004ad5c42d84ead0424ebc23b178bb7b49bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e8abe17a484dd706b893844df7b271d9374b3bfa5d02f88e676b6e147bbef69
MD5 0757a9a1a0f846865aea1a500d3b32b1
BLAKE2b-256 37ea83a8587ab28a82e4db644dfb38350aedfbe8c131a0b2ffe32bcfcea3694c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c98a9060d66541670c26e74bb58ae3ba653ea9434a90ad3a819cee30b60afac
MD5 ae946c01121d39c3fc62bcec2f1d6d72
BLAKE2b-256 4cdd9c6b39ed99e66457fcc2111d03ee6077555aef57283cc95875b3501a6310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 40f7494c4c4a3f7d6174e1748d6fda8cab56dc3b9ed68c7cd290335bb005fcd5
MD5 47af5ebd8b9b83794df267ac538d6d66
BLAKE2b-256 296f5ce9aefdae060d99d3fbb6a932f7646d42629985b0029c18ad2ad2283d17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.0-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.12

File hashes

Hashes for ray_cpp-2.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2de93811306970ac3a9a71245f663923a05f88658444454cebb32076b20cd7ae
MD5 a3fbf8d86e413eac28e4430240549921
BLAKE2b-256 9abb8cbb8518ddce6b57c6a068cbaf1c1f5120db7cd97af491b1d1108b3207f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c5e7e402e4514e980ff2b83756b4e38d6da80fdfdf2be441fb3a9bcfc1525a1
MD5 8e7ef5876de8b93815d5aa174f2f866d
BLAKE2b-256 eb1752055c424b682d03921e0b21cfe7dd13b240ba7451cdaff5d768936146fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9156dfa7cffebbf52ae3e847085fec5824e75fcc65747406f82b8ced8be523c
MD5 0121e2d17bf3025c6a7a9c267aeeb763
BLAKE2b-256 5c1197d98b41daf04f885617b6d5a3a2112a50245e8929df7fac8aa90df30b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f3b53da0cd3aeae2cda3a241446f52af54378bf6b01dda1516cd5c70865e4ded
MD5 76adeb0e5f649079798ac0606a3b1aee
BLAKE2b-256 004d54f2439e9aec78f7f7a8b724eb58d85c5e2e0eb06d1ac2b5a83dd6af2d45

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