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.2

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

ray_cpp-2.7.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ray_cpp-2.7.2-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.9.16

File hashes

Hashes for ray_cpp-2.7.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c7281a7a0e3cb80c27711695aa037995474eaa4660be2fde50f5f859767ce77a
MD5 46c7e6e5bd724b12f25c6d377e4969a8
BLAKE2b-256 cbeacc5a91842dc79404facc06caae6c23a003756ca6fbac91df72b777fe5488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14307569412ad0a9fbea8b806f9028593fe142daecc06364e768f7cc60d2901b
MD5 ceafbd9aefebc2c18f5c9ed77efbf4fa
BLAKE2b-256 9fc7aa48c556bb68d81e2592879e571bd6976fb27375cbb76f4adf577c755e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f009aa17b6fe31bbe77fdc983764f24f1489b27742996430d1efe4e73e8a400
MD5 0477c681f2905e102e6472f97f6785c4
BLAKE2b-256 160001354911c87f42df3991c4b225c93fecbeef5f98f31b94ead01f48dbf63f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6815d7db706821106f4a7019061d47da43d36e47f4f2ef9320b1c24b4b035b21
MD5 984c0fcd507fe113fb5c8c466edaf418
BLAKE2b-256 568b4f5523451def399522d7468d1cacfa8a2b41d1018123e198aa84825dac68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7c8fc633e794edcd0685b0bf123949c34fc32206671fc62c77804929e05eead5
MD5 17ec472e856e36a9ccd6bd1400a3ef4a
BLAKE2b-256 1330468dcc6e20a7bee6cd8b0be58f21c847dc8734b6ed3faf86f58ecf9132a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.2-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.9.16

File hashes

Hashes for ray_cpp-2.7.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eab44451dd70686279c1d8088b2e1ed70f0119e1c306769e50ec3924509b373f
MD5 d2433f85cb2ec94c33eb17d993601904
BLAKE2b-256 f823d1f7f538a6d54fb00a7aa01f7141bbbec90d0c152895ef06cd8645b83718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a755dceca24b002527343cb896d0050fdfc31f844dc78abfeae3dba6c084907e
MD5 5bd3930eb7e641cdb8f10cff80a47108
BLAKE2b-256 6f6079d1762c96946f0e9c29687bdea895485fd11328ca60f5fc4910896040ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16e7d54ac500972ff31be65dd0b54f6fa22d7c38d325e028995489d947527d25
MD5 2b770bfbf5b91e4580519ae38a36f2ad
BLAKE2b-256 c4f5326703ec5159a0f14788bd382ce60cf346521dcf1dc1ca9c62ac5c3ca3d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41cdf86a716994ca2402727b09c28fc6971591499ad010435bb772b05bd8c5b4
MD5 a4ac742a77b5195aabcfbc15cbaa4ed3
BLAKE2b-256 fb71a5c411765c889923dbd7790fa2f3e0074794c12bf80f1e59c3ee44f5bae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 049f498de27dab28eaafec4c1c53caa2f8e1fd6cfe1e0fd99de798838d9c1f94
MD5 b81cd11eacba363c107105b8c492e2fb
BLAKE2b-256 0f03aedaeb82985511ff9f6ad66dd42ecdfea5eedda561f6511069e646db0b9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.2-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.9.16

File hashes

Hashes for ray_cpp-2.7.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1d660d42c92ee5db464f815ec8cb47fce37f27e29a7dee11d5632658edd03792
MD5 e727e17ac89396a0368cd342fd679f05
BLAKE2b-256 6852a26ebd0797973807d9574cf9c51a51a5387365ae9f90e9828af713f1e30c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd7e01b72b89d5f75c5235541712ff3a1a06e8fee50acd94a34f44886c87f9cb
MD5 89353c969f2b4c5b06608feca71ee589
BLAKE2b-256 b785f89ccfcd3fa9c01668955f9846f8fcee4571a3b343e3924b44475974b3b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 017fde41ae44d5b38b473f5955311814f3f23fe76178ec4a5f5ce3f031db4f60
MD5 cc770ec128153f9beb4d75f992b03e19
BLAKE2b-256 eedd85900ebebac44b6415fc11e4b518b741deb24f764eb20db58c854ffb914c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 424df201e9b1742b73e414647afa09b8f712cce56223674d1bdbca70a44a0b14
MD5 c7b828dc3be8b1a03a7e6ecaa2400418
BLAKE2b-256 76cd20ebc4ab35826c04d06f1e37230d280451b112308585f7e093d6b3652141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 09209b2fbdb3d6ffde9de5730c9e1fa5721a788b780b5587038c25459e7a16b9
MD5 0d55f41e99a0c1992457340351f7a300
BLAKE2b-256 836e28f3fc75736b442236a3f50b677f27ecae36f0f3020c694874a19a2edb06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.2-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.9.16

File hashes

Hashes for ray_cpp-2.7.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e7129535074d0830be7fdf5ee236d1d8545574f51b18baa1285c694c6ed8f309
MD5 34788ea629401a90436ff3aacf890e02
BLAKE2b-256 15831482c307421ac5b1e8eedb47cefbac5bdbfd73a3eb9562bc843aa9136f7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c880fd8a64411190aae42eb144e96f132edf217234cd10b05c1905f48c9de7b
MD5 594f64479e0268ad3fe1c06eafb9b9fe
BLAKE2b-256 d0ed3bacc2b1b3823ce326388a9788709e0447d778b9f0b2e97c7bc2a876cc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36ade0ad088195a1627354d92679d72c12946a609f1f11947b98272cae4e0c1f
MD5 a9d57880325c682ded731d7ad7a8bb5f
BLAKE2b-256 ff020badf7069ea8178f98777563e7f5fecc2a004a189947d307bf2e4d197125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69f554d5b726ac2d69a39ac9b6bb0b0f49341c114e477875f12d6f35ef177014
MD5 e7adefc427328100144ba9700c8b5421
BLAKE2b-256 8fdae5170f68893746e027058a18f533f46c99700a03cee4c88d9ef7ed2af19d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f2058ceb91c17e79e2625ed63d0283dcb8eed3f5128c08b1baee94cf3308d107
MD5 d69897bfce924ff9f7f2a7805bc6ffc8
BLAKE2b-256 8c92a3042b8c95250ec615367690c1ffe10e659e823e0a57297a277c76d602b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.7.2-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.9.16

File hashes

Hashes for ray_cpp-2.7.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 32ae2836a2adbdf6e0c61d589088683905c7516799ee2214df6e747b586b4bfd
MD5 280250fa1cc3949003ee3a80f83d8a23
BLAKE2b-256 a47f1deb775b8c39f331bad26680cfef03d724ffac56b657a6273f5697870c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 562abd84bc3903629cc36fd0a9dd91e665250663d9d9314273f68c19ac3a97fc
MD5 9c5918eaed8d274a463e30763c14a134
BLAKE2b-256 c9895cea64117924dfffd5b3fcfcc1bb7c53345e517b9c359b60dc537b181938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd51a2cb09867168d0298188600c4f57a0e2d90f5b84883cbbecd5ff21a1cca4
MD5 fcb0d0d8055c720a0b5687045dbde6e6
BLAKE2b-256 3d136975569650dcae727c67f1069cfa7e4b09474d7c48749373be1553d08e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ray_cpp-2.7.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8503cb25296a4092d10f80b5354d6b83c96167605169843c6e109c336bf9482f
MD5 0b7af3b5498a77081ff6534a7945d70a
BLAKE2b-256 b0a602e921fd4e3d8a16e6469ca89fa75874c9f5a96402c81c1e40691a5ce890

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