-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 777 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (25 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Tailnet exposure
TAILSCALE_IP=100.xxx.xxx.xxx
VLLM_PORT=8000
VLLM_LOCAL_PORT=8001
OPENAI_API_KEY=replace-me-with-a-long-random-token
# Model selection
MODEL_ID=google/gemma-4-31B-it
SERVED_MODEL_NAME=gemma-4-31b-it
# Runtime sizing
TENSOR_PARALLEL_SIZE=1
MAX_MODEL_LEN=32768
GPU_MEMORY_UTILIZATION=0.93
SHM_SIZE=32g
# Cache / offline behavior
HF_CACHE_DIR=/home/anthonywu/.cache/huggingface
HF_HUB_OFFLINE=1
TRANSFORMERS_OFFLINE=1
VLLM_NO_USAGE_STATS=1
DO_NOT_TRACK=1
# Gemma 4 defaults
# Leave empty on DGX Spark to keep multimodal image and audio support enabled.
VLLM_LANGUAGE_ONLY_FLAG=
VLLM_EXTRA_ARGS=--async-scheduling --kv-cache-dtype fp8 --limit-mm-per-prompt '{"image":4,"audio":1}' --max-num-seqs 64
# Container image
VLLM_IMAGE=vllm/vllm-openai:gemma4-cu130