Skip to main content
Ctrl+K
vLLM - Home

Getting Started

  • Installation
  • Installation with ROCm
  • Installation with Neuron
  • Installation with CPU
  • Quickstart
  • Examples
    • API Client
    • Aqlm Example
    • Gradio OpenAI Chatbot Webserver
    • Gradio Webserver
    • Llava Example
    • LLM Engine Example
    • MultiLoRA Inference
    • Offline Inference
    • Offline Inference Arctic
    • Offline Inference Distributed
    • Offline Inference Embedding
    • Offline Inference Neuron
    • Offline Inference With Prefix
    • OpenAI Chat Completion Client
    • OpenAI Completion Client
    • OpenAI Embedding Client
    • Save Sharded State
    • Tensorize vLLM Model

Serving

  • OpenAI Compatible Server
  • Deploying with Docker
  • Distributed Inference and Serving
  • Production Metrics
  • Environment Variables
  • Usage Stats Collection
  • Integrations
    • Deploying and scaling up with SkyPilot
    • Deploying with KServe
    • Deploying with NVIDIA Triton
    • Deploying with BentoML
    • Deploying with LWS
    • Deploying with dstack
    • Serving with Langchain

Models

  • Supported Models
  • Adding a New Model
  • Engine Arguments
  • Using LoRA adapters
  • Performance and Tuning

Quantization

  • AutoAWQ
  • FP8 E5M2 KV Cache
  • FP8 E4M3 KV Cache

Developer Documentation

  • Sampling Parameters
  • Offline Inference
    • LLM Class
    • LLM Inputs
  • vLLM Engine
    • LLMEngine
    • AsyncLLMEngine
  • vLLM Paged Attention
  • Dockerfile

Community

  • vLLM Meetups
  • Sponsors
  • .rst

Deploying with NVIDIA Triton

Deploying with NVIDIA Triton#

The Triton Inference Server hosts a tutorial demonstrating how to quickly deploy a simple facebook/opt-125m model using vLLM. Please see Deploying a vLLM model in Triton for more details.

previous

Deploying with KServe

next

Deploying with BentoML

By the vLLM Team

© Copyright 2024, vLLM Team.