-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 879 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 879 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
31
# === HuggingFace ===
HF_TOKEN=hf_your_token_here
# === Weights & Biases ===
WANDB_API_KEY=your_wandb_key
# === Replicate ===
REPLICATE_API_TOKEN=your_replicate_token
# === Serving ===
# API key for vLLM endpoint (required when binding to 0.0.0.0)
FORGE_SERVE_API_KEY=forge_replace_with_strong_key
# VLLM_API_KEY is an alias used by deploy_vllm.sh
# VLLM_API_KEY=forge_replace_with_strong_key
# === Remote Execution Guard ===
# Set on remote GPU hosts to allow model-loading commands:
# FORGE_EXECUTION_CONTEXT=remote
# Set to 1 only for intentional local debugging:
FORGE_ALLOW_LOCAL=0
# === Deployment (deploy_vllm.sh) ===
# DEPLOY_HOST=10.34.9.233
# DEPLOY_USER=weezboo
# SSH_PASSWORD= (prefer key-based auth)
# ALLOW_INSECURE_SERVE=0
# === Whisper Transcription ===
# Override defaults from configs/data/whisper.yaml:
# WHISPER_MODEL_SIZE=medium
# WHISPER_LANGUAGE=tr