File size: 148 Bytes
35d483e | 1 2 3 4 5 6 7 | # Copy to .env. Never commit the real token.
HF_TOKEN=hf_replace_me
# Optional experiment tracking. Training works without it.
WANDB_MODE=offline
|
35d483e | 1 2 3 4 5 6 7 | # Copy to .env. Never commit the real token.
HF_TOKEN=hf_replace_me
# Optional experiment tracking. Training works without it.
WANDB_MODE=offline
|