ray/doc/source/serve/deployment-graph/deployment-graph-user-guides.md

25 lines
608 B
Markdown
Raw Normal View History

---
jupytext:
formats: ipynb,md:myst
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.6
kernelspec:
display_name: Python 3
language: python
name: python3
---
(graph-deployment-user-guides)=
# Deployment Graph User Guides
This page is a collections of more common design patterns for using the deployment graph.
## Patterns
- [Chain nodes with same class and different args](./chain_nodes_same_class_different_args.md)
- [Combine two nodes with passing same input in parallel](./combine_two_nodes_with_passing_input_parallel.md)