[Doc] Reorganize user guide (#18661)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-05-24 22:25:33 +08:00
committed by GitHub
parent 2cd4d58df4
commit 1cb194a018
27 changed files with 211 additions and 216 deletions

7
docs/usage/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Using vLLM
vLLM supports the following usage patterns:
- [Inference and Serving](../serving/offline_inference.md): Run a single instance of a model.
- [Deployment](../deployment/docker.md): Scale up model instances for production.
- [Training](../training/rlhf.md): Train or fine-tune a model.