feature-readme.md 970 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
---

{/* 2-3 sentence overview of this cross-cutting feature */}

## Backend Support

{/* Copy actual backend support from existing feature docs */}
{/* Example pattern (from Multimodal index.md): */}

| Backend | Status | Notes |
|---------|--------|-------|
| vLLM | ✅ | Full support |
| SGLang | ✅ | |
| TensorRT-LLM | 🚧 | Limited support |

See the Feature Matrix for full compatibility.

## Overview

{/* How this feature works across backends */}

## Quick Start

{/* Add minimal example from existing feature docs */}

## Backend-Specific Guides

| Backend | Guide |
|---------|-------|
| vLLM | `<feature>_vllm.md` |
| SGLang | `<feature>_sglang.md` |
| TensorRT-LLM | `<feature>_trtllm.md` |

{/* Convert table rows to markdown links */}

## See Also

- {/* Related features */}
- {/* Related components */}