Conversation
Vibe-coded proof of concept — NOT production ready, putting up for discussion. When update-problems changes a leaderboard's task/eval, old run scores become stale. This adds: - task_version column on leaderboard + runs tables - Auto-bump task_version when update_leaderboard() detects task changes - Ranking queries filter by current task_version (old scores hidden) - POST /admin/backfill endpoint to re-run top N submissions from previous versions against the new eval Known gaps / TODOs for discussion: - No Discord slash command yet (API-only) - No backfill progress tracking (fire-and-forget via BackgroundSubmissionManager) - kernelboard frontend doesn't surface task_version info - popcorn-cli unaware of version changes - No tests - Needs actual deployment testing with a real eval change
- Add NOT EXISTS clause to get_top_submissions_for_backfill to skip users who already have a passing run at the current task_version. Without this, running backfill twice creates duplicate submissions. - Collapse the two near-identical UPDATE branches in update_leaderboard into a single query using CASE WHEN for the version bump.
…nd tests - Resolve merge conflicts in api/main.py (keep both backfill + export-hf endpoints) - Update backfill migration to depend on ban-user (latest main migration) - Add /admin backfill Discord slash command with progress tracking via interaction.edit_original_response() updates - Add 5 API tests for /admin/backfill endpoint (auth, validation, noop, candidates) - Add 7 DB tests for task versioning (version bumps, rankings filtering, backfill candidate discovery, exclusion of current version)
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||
Previously minRunners was 0 (scale-to-zero), meaning runners only appeared on the GitHub runners tab when jobs were queued. Set to 40 so all 5 nodes × 8 GPUs stay online and ready.
|
@codex[agent] wdyt |
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
To use Codex here, create an environment for this repo. |
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
4 similar comments
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@msaroufim The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it. You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
No description provided.