返回全部动态
Ray 2.57.0 发布:数据、Serve 与 Core 多项增强
原标题:Ray-2.57.0
AI 摘要
Ray 2.57.0 发布,主要更新包括 Ray Data 默认启用 DataSourceV2,引入基于任务的 Hash Shuffle V2 以优化内存使用,并支持 join 操作;Ray Serve 将 HAProxy 作为独立 PyPI 包分发,新增 gRPC 支持,并为 LLM 提供实验性的 KV 缓存感知路由;Ray Core 新增嵌入式 RocksDB 存储后端用于 GCS 容错,无需外部 Redis,同时提供拓扑感知调度的公共 API。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
# Highlights * **Ray Data:** In this Ray release, we've enabled `DataSourceV2` by default (#64821), so `read_parquet` and friends use the new scan/listing infrastructure with row-group-aware chunking and predicate splitting. Hash Shuffle V2 eliminates the aggregator actor pool. V1 had to provision that pool up front from an estimate of the input size, and its actors accumulated partition shards in actor heap memory, invisible to Ray and unspillable, until finalization. V2 replaces it with two
发布时间:2026-08-11 09:15
抓取时间:2026-08-11 12:59
来源机构:Anyscale