Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algorithmicsuperintelligence/optillm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.5
Choose a base ref
...
head repository: algorithmicsuperintelligence/optillm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 6, 2025

  1. Add IMO-Bench evaluation scripts for answers and proofs

    Introduces two new scripts: eval_imobench_answer.py for evaluating short-answer mathematical problems from the AnswerBench dataset, and eval_imobench_proof.py for evaluating rigorous proof problems from the ProofBench dataset. Both scripts support model evaluation, result saving, and detailed performance analysis.
    codelion committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ab60b30 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Free up disk space in Docker publish workflows

    Added a step to remove unused SDKs and prune Docker system volumes in both amd64 and arm64 Docker publish workflows. This helps prevent disk space issues during CI builds.
    codelion committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    2558d80 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.3.6

    Co-Authored-By: Claude <noreply@anthropic.com>
    codelion and claude committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    909502e View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    codelion committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    5030c52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from algorithmicsuperintelligence/feat-add-pr…

    …oofbench-answerbench-evals
    
    Fix docker builds and latest tag
    codelion authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    1d65beb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Update README.md

    codelion authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c21c6ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from algorithmicsuperintelligence/codelion-pa…

    …tch-1
    
    Update README.md
    codelion authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    50273fc View commit details
    Browse the repository at this point in the history
Loading