[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 Plugin System
# Plugin System
The community frequently requests the ability to extend vLLM with custom features. To facilitate this, vLLM includes a plugin system that allows users to add custom features without modifying the vLLM codebase. This document explains how plugins work in vLLM and how to create a plugin for vLLM.