[Doc] Remove vLLM prefix and add citation for PagedAttention (#21910)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-07-30 21:36:34 +08:00
committed by GitHub
parent d979dd6beb
commit fcfd1eb9c5
10 changed files with 22 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# vLLM's `torch.compile` integration
# `torch.compile` integration
In vLLM's V1 architecture, `torch.compile` is enabled by default and is a critical part of the framework. This document gives a simple walk-through example to show how to understand the `torch.compile` usage.