dengwxn / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
0 stars 1 forks source link

[aDAG] DDP demo #16

Open dengwxn opened 6 hours ago

dengwxn commented 6 hours ago

Description

We need an end-to-end DDP demo to compare torch native, ray native, and ray aDAG.

cc @AndyUB

Use case

No response

dengwxn commented 6 hours ago

Merge into ddp-base. Put it under python/ray/experimental/ddp.

AndyUB commented 6 hours ago

WIPing.