What problem does it solve?
This Skill provides a solution for high-throughput, production-grade LLM serving, addressing issues related to inference latency and GPU memory constraints, while supporting OpenAI-compatible endpoints and model quantization.
Core Features & Use Cases
- High Throughput Serving: Offers significantly improved latency and throughput for deploying LLM APIs, optimized for inference.
- Supports OpenAI APIs: Ensures seamless integration with existing OpenAI-compatible infrastructure.
- Model Quantization: Implements support for GPTQ/AWQ/FP8 to optimize inference with limited GPU memory.
- Use Case: Ideal for applications like chatbots, virtual assistants, or multi-user applications that require low latency with high throughput, serving models with limited GPU memory.
Quick Start
Run the vllm serve command for your desired model. Example:
vllm serve meta-llama/Llama-3-8B-Instruct --gpu-memory-utilization 0.9 --port 8000