Spaces:
Running
Running
Anton Malykhin
fix: stabilize benchmark leaders, model benchmark sorting, and HF bucket reads
644ba85 | # 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 | |