Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dag] Fix the
workflow
doc code build (ray-project#37249)
Previously this code was relying on an implementation detail (DAG nodes not being serializable) to illustrate the point about static DAGs. Serializability was enabled in ray-project#37198. I've updated the code sample to show that the DAG must be constructed statically and returning nodes from other nodes will be evaluated at runtime. Signed-off-by: Bhavpreet Singh <singh.bhavpreet00@gmail.com>
- Loading branch information