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 toolkit of libraries (Ray AIR) for simplifying ML compute:

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

Learn more about Ray AIR and its libraries:

  • Datasets: Distributed Data Preprocessing

  • 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.4.0-cp311-cp311-manylinux2014_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.11

ray_cpp-2.4.0-cp311-cp311-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.11

ray_cpp-2.4.0-cp310-cp310-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.10Windows x86-64

ray_cpp-2.4.0-cp310-cp310-manylinux2014_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.10

ray_cpp-2.4.0-cp310-cp310-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.10

ray_cpp-2.4.0-cp310-cp310-macosx_11_0_arm64.whl (23.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ray_cpp-2.4.0-cp310-cp310-macosx_10_15_universal2.whl (24.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ universal2 (ARM64, x86-64)

ray_cpp-2.4.0-cp39-cp39-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.9Windows x86-64

ray_cpp-2.4.0-cp39-cp39-manylinux2014_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.9

ray_cpp-2.4.0-cp39-cp39-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.9

ray_cpp-2.4.0-cp39-cp39-macosx_11_0_arm64.whl (23.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ray_cpp-2.4.0-cp39-cp39-macosx_10_15_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

ray_cpp-2.4.0-cp38-cp38-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.8Windows x86-64

ray_cpp-2.4.0-cp38-cp38-manylinux2014_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.8

ray_cpp-2.4.0-cp38-cp38-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.8

ray_cpp-2.4.0-cp38-cp38-macosx_11_0_arm64.whl (23.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ray_cpp-2.4.0-cp38-cp38-macosx_10_15_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

ray_cpp-2.4.0-cp37-cp37m-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

ray_cpp-2.4.0-cp37-cp37m-manylinux2014_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.7m

ray_cpp-2.4.0-cp37-cp37m-manylinux2014_aarch64.whl (24.0 MB view details)

Uploaded CPython 3.7m

ray_cpp-2.4.0-cp37-cp37m-macosx_10_15_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

ray_cpp-2.4.0-cp36-cp36m-manylinux2014_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.6m

ray_cpp-2.4.0-cp36-cp36m-manylinux2014_aarch64.whl (24.3 MB view details)

Uploaded CPython 3.6m

ray_cpp-2.4.0-cp36-cp36m-macosx_10_15_x86_64.whl (24.9 MB view details)

Uploaded CPython 3.6mmacOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp311-cp311-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 24.8 MB
  • Tags: CPython 3.11
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 152c6805bf0f609bbc86b1641ca4f03eb862a2b5451d2471c010a514a2ebbcf2
MD5 d1fbe3b2734b79908bda114c507b5c8d
BLAKE2b-256 2593683ffb7571fa25bc1426a9fc892dbb5cf733cf2660931706bbd3fb55dfe2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp311-cp311-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.11
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66bb7917b99ef511f0330c1cf25d2c85e94ea4f4c028e0b2ba06a20c0af9596e
MD5 e5b38f09b923e0095c344888e6a6de43
BLAKE2b-256 bc1daf5845f824ea0821610b42486fdf3099986676c212b89df92ff412ec55d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4b5fca2a14cc635e05d4d4dca4106bd403d49ad3c8a318011cd8a1e2e7c06360
MD5 d981967811bb0ff329fa7c0d214a2914
BLAKE2b-256 5e6957fb4ce78024441df27881e1db53ec13ab9991e37a79a3eb54ae5961f439

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp310-cp310-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 24.8 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp310-cp310-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d86ee7db8d936284080e425047e7478aca9ecde348df0de6080e711bf0bc31b9
MD5 3b08ae57b694d50652e852bcc66d4936
BLAKE2b-256 389495a8c9e975a8249d970a187f8afecc81386e6f1944b5713eb4b92abaab63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp310-cp310-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07bba806e5dc5dd7de1a4854b98992d837f47949a07485ce2b37348ea3f6b67e
MD5 3bb317c9f4acb78efb3957c936ae81a4
BLAKE2b-256 5ef82febb405962e58adb861e25222f228ba9ca9e2e7c8d27c7cd8e8aab386f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe53ef872008d63d467d897127dee65f1eaa9658d11425d59fd7f28db146aed
MD5 cc44741a7f1a67cf77fd1dd0d70da004
BLAKE2b-256 c1959dab329896e92ec4b1775d617263198661c7a3f9e7878719ae4b68190e8a

See more details on using hashes here.

File details

Details for the file ray_cpp-2.4.0-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

  • Download URL: ray_cpp-2.4.0-cp310-cp310-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.10, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 7c53c4a609c2070771823747a19aa91d143bc3639c5b4751b73ba7c57ee03ee0
MD5 e049954237db05d3390d18a3b77a2c90
BLAKE2b-256 5ce1ca829441ef588e38768eda13c16f865d028309b17c0c57cdb418917d25f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 edf03c524e9ed82213b58a3fb5b36ff7d694e66fcdbc4dd5d9b07cdc02e45da7
MD5 9038535ad6db5f1ac7e9bace448086c2
BLAKE2b-256 44d871f7bd8b35888c51a1ab666eed5a8f4fc0fe65b14ae0656e1ad35a0b9a58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 24.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e6386cf4e72a23138b1bc1cf79477a82d568b064fc2f518a06a5dc1dc96c1bd
MD5 f46305a3b4faa1d4516b9f8cfc4abf0b
BLAKE2b-256 e4c269d6ad32839d7cf1a67a594a4f733fd0b107bf11f9636e9940258f0ae544

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b680eb503fc106a02f5526332019f74daa820e25e1ad728980a3db463e44db9
MD5 f1a4117e8e749586a10d2d04d15a1319
BLAKE2b-256 761aa23e9a9b3f08ed6e8ed4f94500e904272b738564efb825f187a82733eaa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9bec6b57341fb4f1dde3ba655ed94c409aeb1f93cadb61a81f4371252c6e8b5
MD5 22a36d4af062d3282af8db3a44efbe4e
BLAKE2b-256 d00457e2ad34648e77ab7e7c7b38592334baca207973812cd058739690f85e99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 85f8bff0978999a1ad327e83c7f0e0c21d570d308f3bb5e695b14961180f2cc6
MD5 3028b96ab814a2e33dc7925f305fd4f3
BLAKE2b-256 47a4e18637304a61d00234921626ac0f375994854b4de530e09c682d3391acb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 03735469eb4725e7677c20f0a0c790fd5f957c62b9783ac0ebc4bf84dcb8d4f2
MD5 7b6bc185a2987c036212aebf6c0ba45d
BLAKE2b-256 d5aa30a3c3c398d87c4710cda5b28261209d3d6c5fd86a852a24bec46f47f4ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 24.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ca7977a3d1feb0ecf18c47b5ecc406b133b5ff875020185bba0c1664cc33b2e
MD5 9e44dceea49d25dbc53c06dde55973df
BLAKE2b-256 f6ae30128d96dd2a513c207623bae48dbe53aa5957a6321fd82c6f2ad88031da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4609b8564aa7ee186f9cf472f909766501337585fa699ccee5d11262e2dbb3ec
MD5 b4278c03fd7d8d189ae9eba6cbd9e2ac
BLAKE2b-256 c832e1be6b390f49369020dc071fe35f95889a98df8af420d5b87c11b147929b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb31ad00e1dde2abf0cff7680251df1e223a1e881c0f8cb96921b0dc9269ab5d
MD5 ba8027186a734a2ea30957b617444d47
BLAKE2b-256 c370cddc3679c1930540f65750496b687cae8fcbe98bcfc5d45c5cc950dbf074

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aa486aaab57ef5d381a604cbf0e5db343ea44913413e56e0e2c8fdf371a42e83
MD5 6b7cd4a256d85fc24dbfbac53e77b1eb
BLAKE2b-256 58044b6a0e2cd62564a2dce4d8b14dc5d7b2417bd5730ca9973c957fd6dcc27b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4363e5382058f8c5a93342c1b083bbfe93ad28af0553d80c647b00812cb6f234
MD5 3b6fd7e880f5a00184a44b5bf2d25d46
BLAKE2b-256 56af1c8a7cbec24f2f1de0606bcb3f8cb807f92ef8b4b5568c67f619665f4a53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 24.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce9ec4def83ed44199251458d49c958c210beaa5f77f14d8aaba773903a59d56
MD5 cf7337b74c2bd43769f37d31f588e1f5
BLAKE2b-256 b985115f9414486bfded3bba35bbd43b5c4c8a024176f14985d85c6e52e6c87d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c98d403c16aa821b1e94eb8aa41b9e3912ec0a32de549728238c5a3b3ac174fb
MD5 61c2ab678ceae2df9d0b8eb4b8219181
BLAKE2b-256 735f3136dc53653f17c476227ce91a0ad5a843729ac4f67a59480aef89f5fe48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ray_cpp-2.4.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1da0d8418af8b98104e8a901df4c3cca66ef222ff599b6e7088d81f118a90919
MD5 315eb9abf76c8679d65a4abddc9f106d
BLAKE2b-256 a9f55e67bd6e364bd5d6c5aba8e8d3636d08e4851c0ce37c386a6200724eced9

See more details on using hashes here.

File details

Details for the file ray_cpp-2.4.0-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: ray_cpp-2.4.0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 25.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ffbd33648077478031d4781fda61090619fbcda89113ba7068480013e73b269
MD5 7093a0c6ad1f691f06a30a660330c796
BLAKE2b-256 ad4fcfa8405d98f54920bf7e47fb373561dc3a1934a7e823f8e845d92b4cc6e1

See more details on using hashes here.

File details

Details for the file ray_cpp-2.4.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: ray_cpp-2.4.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a57123944374e4c6b1c533f4af0ee52bc7cad322c6997df47ae2f4eb56028b7e
MD5 1f4b6a6b8bf4c6fa275e7873fc130114
BLAKE2b-256 1df702f114259cc378d15e71aac769d8bf51507dd264ac2663654c5eae69c06f

See more details on using hashes here.

File details

Details for the file ray_cpp-2.4.0-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: ray_cpp-2.4.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for ray_cpp-2.4.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1c6883b99cab8a973903c7164a981b68704edf43f5515ae7c7bda4f1ee814bad
MD5 dc436d208f88b9e384b8bc978b1f9915
BLAKE2b-256 a7a5d35115f77ebfedd6e063d2334fb5985295c5c2931b1b3c1ad29d7ed66162

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