RUNTIME / ADVANCED
vLLM
Linux GPU servers, concurrency and OpenAI-compatible production APIs
1차 출처DifficultyAdvancedSetup profile
Platforms3nvidia · amd · intel
APIOpenAI-compatible server:8000
01 / INSTALL & RUN
- 1Install
uv pip install vllm --torch-backend=auto - 2Start a model
vllm serve google/gemma-3-1b-it --dtype auto - 3Connect your app
OpenAI-compatible server · :8000. Keep the service bound to localhost unless you add authentication and network controls.
주의
CUDA, ROCm and XPU feature coverage differs. Driver, shared-memory and quantization compatibility are version-specific.
02 / COMPATIBLE MODELS