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.12
Choose a base ref
...
head repository: algorithmicsuperintelligence/optillm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.13
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 17, 2026

  1. Configuration menu
    Copy the full SHA
    d353d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f76d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e493c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Merge pull request #290 from ohpauleez/main

    Improve CePO capability
    codelion authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    8b2e035 View commit details
    Browse the repository at this point in the history
  2. Fix macOS MPS compatibility in test server startup

    Add PYTORCH_ENABLE_MPS_FALLBACK=1 environment variable when starting
    test servers to allow PyTorch operations to fall back to CPU when
    MPS (Metal Performance Shaders) doesn't support them.
    
    This fixes test failures on macOS with Apple Silicon where operations
    like aten::linalg_cholesky_ex.L are not implemented for MPS device.
    claude committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    c0bb1b5 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.3.13

    claude committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    ac5548e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #294 from algorithmicsuperintelligence/fix-mps-com…

    …patibility-and-version-bump
    
    Fix macOS MPS compatibility and bump version to 0.3.13
    codelion authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    9cddd15 View commit details
    Browse the repository at this point in the history
Loading