Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions runbooks/run_putnam_2025_a_nomos-1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Run solve agent on Putnam 2024 problems
# 12 problems, 3 hour time limit
# Run solve agent on Putnam 2025 A problems
# 6 problems, 3 hour time limit

cd "$(dirname "$0")/.."

Expand Down
4 changes: 2 additions & 2 deletions runbooks/run_putnam_2025_a_qwen3-30ba3b-thinking-2507.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Run solve agent on Putnam 2024 problems
# 12 problems, 3 hour time limit
# Run solve agent on Putnam 2025 A problems
# 6 problems, 3 hour time limit

cd "$(dirname "$0")/.."

Expand Down
4 changes: 2 additions & 2 deletions runbooks/run_putnam_2025_b_nomos-1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Run solve agent on Putnam 2024 problems
# 12 problems, 3 hour time limit
# Run solve agent on Putnam 2025 B problems
# 6 problems, 3 hour time limit

cd "$(dirname "$0")/.."

Expand Down
4 changes: 2 additions & 2 deletions runbooks/run_putnam_2025_b_qwen3-30ba3b-thinking-2507.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Run solve agent on Putnam 2024 problems
# 12 problems, 3 hour time limit
# Run solve agent on Putnam 2025 B problems
# 6 problems, 3 hour time limit

cd "$(dirname "$0")/.."

Expand Down