README.md 445 Bytes
Newer Older
1
2
# Using vLLM

3
First, vLLM must be [installed](../getting_started/installation/README.md) for your chosen device in either a Python or Docker environment.
4
5

Then, vLLM supports the following usage patterns:
6
7
8
9

- [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.