Skip to main content

Anyscale Release Notes

2023.9.18

Ray 2.7.0 optimized is available as new cluster environments.

Ray 2.7.0 optimized is based on Ray 2.7.0 and fully compatible with open source Ray 2.7.0 APIs. In addition, it comes with the following features:

  • Ray Data
    • Native support for reading audio input data with AudioDatasource and video input data with VideoDatasource .
    • Fast metadata fetching AnyscaleFileMetadataProvider by default
    • Input sample shuffle for Dataset.read_images .
  • Ray Serve
    • Graceful spot instance preemption: avoid request failure when spot instances are preempted.
    • AZ-aware request routing: proxies prefer to route requests to replicas in the same AZ.
  • RLlib
    • Multi-node multi-GPU support.