ray-distributed-computing-anhvth-speedy-utils-c6d6bb10
Comprehensive guide to using Ray for scalable distributed computing, including Ray Core, Data, Train, Tune, Serve, and RLlib with practical examples
npx skills add majiayu000/claude-skill-registry --skill ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Ray - Distributed Computing for AI and Python Applications ## Overview Ray is an open-source unified framework for scaling AI and Python applications. It provides the compute layer for parallel processing so that you don't need to be a distributed systems expert. Ray minimizes the complexity of running distributed individual workflows and end-to-end machine learning workflows. ### What Ray Provides - **Scalable libraries** for common machine learning tasks (data preprocessing, distributed training, hyperparameter tuning, reinforcement learning, and model serving) - **Pythonic distributed computing primitives** for parallelizing and scaling Python applications - **Integrations and utilities** for deploying on Kubernetes, AWS, GCP, and Azure ## Installation ### Basic Installation ```bash pip install -U ray ``` ### With Specific Libraries ```bash # Ray Data for data processing pip install -U "ray[data]" # Ray Train for distributed training pip install -U "ray[train]" # Ray Tune for hyperparameter tuning pip install -U "ray[tune]" # Ray Serve for model serving pip install -U "ray[serve]" # RLlib for reinforcement learning pip install -U "ray[rllib]" torch # All libraries pip install
- Overview
- What Ray Provides
- Installation
- Basic Installation
- With Specific Libraries
- Ray Framework Architecture
- 1. Ray Core - Distributed Computing Primitives
- Initializing Ray
- Tasks - Parallel Functions
- Actors - Stateful Workers
- Passing Objects
- 2. Ray Data - Scalable Data Processing for AI
- Basic Usage
- Key Features
pip install -U ray Ray Data for data processing pip install -U "ray[data]" Ray Train for distributed training pip install -U "ray[train]" Ray Tune for hyperparameter tuning pip install -U "ray[tune]" Ray Serve for model serving pip install -U "ray[serve]" RLlib for reinforcement learning
What does the ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 skill do?
Comprehensive guide to using Ray for scalable distributed computing, including Ray Core, Data, Train, Tune, Serve, and RLlib with practical examples
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
