Files
compose-anything/src/vllm/.env.example
T
2025-12-30 11:25:14 +08:00

14 lines
258 B
Bash

# vLLM version
VLLM_VERSION="v0.13.0"
# Model configuration
VLLM_MODEL="facebook/opt-125m"
VLLM_MAX_MODEL_LEN=2048
VLLM_GPU_MEMORY_UTIL=0.9
# Hugging Face token for model downloads
HF_TOKEN=""
# Port to bind to on the host machine
VLLM_PORT_OVERRIDE=8000