progressive-llm/.env.example
2025-07-10 22:25:11 +09:00

13 lines
No EOL
304 B
Text

# Environment variables for Progressive LLM Training
# Copy this file to .env and fill in your values
# HuggingFace
HF_TOKEN=your_token_here
# Weights & Biases
WANDB_API_KEY=your_api_key_here
WANDB_PROJECT=matsuo-llm-comp-2025
# GPU Configuration
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
NCCL_DEBUG=WARN