Spaces:
Running
Running
File size: 381 Bytes
c6afb12 644ba85 c6afb12 | 1 2 3 4 5 6 7 8 9 10 11 12 | # Server-only access to the private Hugging Face bucket.
# Never rename HF_TOKEN to PUBLIC_HF_TOKEN.
HF_TOKEN=hf_replace_with_a_read_token
HF_BUCKET_ID=hivetrace/leaderboard_frontend_v2
HF_BUCKET_PREFIX=latest
# Optional runtime tuning.
# HF_BUCKET_CACHE_TTL_MS=300000
# HF_BUCKET_REQUEST_TIMEOUT_MS=60000
# HF_BUCKET_REQUEST_RETRIES=2
# HF_BUCKET_ENDPOINT=https://huggingface.co
|