ray-data

仓库创建 2025年11月3日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

适合大规模预处理与批量推理的集群级数据流水线构建。

▸ 风险提示

集群部署与资源管理复杂,需较多运维与配置。

这个 Skill 做什么

面向ML的可扩展分布式数据处理框架,支持Parquet、流式与多模态数据。

面向 ML 的可扩展分布式数据处理框架,能读写 Parquet/CSV/JSON、图片音频等多模态数据,支持流式和批处理并在 CPU/GPU 上运行。适合做大规模数据预处理、批量推理或把本地流程扩展到数百节点的 ETL 管道。特点是和 Ray Train、PyTorch、TensorFlow 无缝集成,方便把数据处理与训练并行化。

▸ 展开 SKILL.md 英文原文

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.

数据与抓取分布式数据ETL多模态通用
1.1w
Stars
817
Forks
40
仓库内 Skill
+704
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Orchestra-Research/AI-Research-SKILLs/main/05-data-processing/ray-data/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Orchestra-Research/AI-Research-SKILLs/main/05-data-processing/ray-data/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Ray Data - Scalable ML Data Processing

Distributed data processing library for ML and AI workloads.

## When to use Ray Data

**Use Ray Data when:**
- Processing large datasets (>100GB) for ML training
- Need distributed data preprocessing across cluster
- Building batch inference pipelines
- Loading multi-modal data (images, audio, video)
- Scaling data processing from laptop to cluster

**Key features**:
- **Streaming execution**: Process data larger than memory
- **GPU support**: Accelerate transforms with GPUs
- **Framework integration**: PyTorch, TensorFlow, HuggingFace
- **Multi-modal**: Images, Parquet, CSV, JSON, audio, video

**Use alternatives instead**:
- **Pandas**: Small data
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有