Files
gemma3-vllm-stack/backend/config/model.env.example
2026-04-19 09:42:52 +05:30

10 lines
338 B
Plaintext

# Generated from .env by scripts/install.sh and scripts/restart.sh
# Keep values in .env as the source of truth.
HF_TOKEN=YOUR_HF_TOKEN_HERE
VLLM_API_KEY=YOUR_LOCAL_API_KEY_HERE
GEMMA_MODEL_ID=SET_IN_DOT_ENV
BACKEND_PORT=8000
HUGGINGFACE_CACHE_DIR=/home/${USER}/.cache/huggingface
VLLM_MAX_MODEL_LEN=4096
VLLM_GPU_MEMORY_UTILIZATION=0.88