mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
24 lines
498 B
Markdown
24 lines
498 B
Markdown
![]() |
---
|
||
|
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)
|
||
|
|