dynamo/docs/getting-started/examples.md

32 lines
1.1 KiB
Markdown

---
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: Examples
---
The examples below assume you build the latest image yourself from source. If using a prebuilt image, follow the examples from the corresponding branch.
## Hello World
Demonstrates the basic concepts of Dynamo by creating a simple GPU-unaware graph.
[View Hello World Example](https://github.com/ai-dynamo/dynamo/tree/main/examples/custom_backend/hello_world)
## vLLM
Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with vLLM.
[View vLLM Backend Guide](../backends/vllm/README.md)
## SGLang
Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with SGLang.
[View SGLang Backend Guide](../backends/sglang/README.md)
## TensorRT-LLM
Presents examples and reference implementations for deploying Large Language Models (LLMs) in various configurations with TensorRT-LLM.
[View TensorRT-LLM Backend Guide](../backends/trtllm/README.md)