mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
17 lines
507 B
Markdown
17 lines
507 B
Markdown
(serve-deployment-graph)=
|
|
|
|
# Deployment Graph
|
|
|
|
To learn more about deployment graph in an end-to-end walkthrough:
|
|
|
|
- [E2E Tutorials](./deployment-graph/deployment-graph-e2e-tutorial.md)
|
|
|
|
## Patterns
|
|
|
|
Jump striaght into a common design patterns using deployment graph:
|
|
|
|
- [Chain nodes with same class and different args](deployment-graph/chain_nodes_same_class_different_args.md)
|
|
- [Combine two nodes with passing same input in parallel](deployment-graph/combine_two_nodes_with_passing_input_parallel.md)
|
|
|
|
|
|
|