Spaces:
Runtime error
Runtime error
| # Hugging Face Dataset Configuration | |
| # Repository to push benchmark results to (format: username/dataset-name) | |
| HF_DATASET_REPO=whitphx/transformersjs-performance-leaderboard-results-dev | |
| # Hugging Face API Token (required for pushing to datasets) | |
| # Get your token from: https://huggingface.co/settings/tokens | |
| HF_TOKEN=your_hf_token_here | |
| # Local benchmark results directory | |
| BENCHMARK_RESULTS_DIR=./benchmark-results | |
| # Server configuration | |
| PORT=7860 | |