Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def cmd_submit(args: argparse.Namespace) -> int:
print(" 1. Push your branch: git push -u origin <branch>")
print(" 2. Open a pull request against the forge repo main branch.")
print(" 3. CI will run eval and post scores as a PR comment.")
print(" 4. A maintainer will review and merge if it passes FEA.")
print(" 4. A maintainer will review and merge if it passes FEA and beats the current SOTA.")
print()
print(f" API: {API_BASE}")
print(f" Leaderboard: {DASHBOARD_URL}")
Expand Down
Loading