https://store-images.s-microsoft.com/image/apps.52867.c0849d97-eb45-4749-96ef-f463b75bacba.0b178aaf-cad4-43be-94db-f534aec3124e.3c45949f-b389-43d7-915e-6ca81d2f75d9

Ray

作者 bCloud LLC

(1 评分)

Version 2.54.0 + Free Support on Ubuntu 24.04

Ray is an open-source Python framework developed for scaling AI and Python applications from a laptop to a cluster. It enables distributed computing with minimal code changes, allowing developers to build and run parallel, distributed, and production-grade workloads easily.

Features of Ray:

  • Provides a simple Python API for parallel and distributed computing.
  • Supports scaling of machine learning and AI workloads (e.g., training, tuning, serving).
  • Integrates with popular frameworks such as PyTorch, TensorFlow, and scikit-learn.
  • Includes libraries for ML tasks like Ray Tune (hyperparameter tuning), Ray Serve (model serving), and Ray RLlib (reinforcement learning).
  • Works efficiently on both local machines and large clusters, supporting CPU and GPU environments.

To acces the DashBoard of Ray run the following Commands in your terminal :


$ sudo su
$cd /opt
$source rayenv/bin/activate
$ray --version
$ ray start --head --dashboard-host=0.0.0.0

To hit the browser: http://server-ip:8265

Disclaimer: Ray is developed and maintained by the Ray community and Anyscale. It provides a robust platform for building scalable AI and Python applications, but performance depends on the underlying system configuration and workload design. Always refer to the official Ray documentation for the most accurate and up-to-date information.