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: OpenAdaptAI/openadapt-ml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: OpenAdaptAI/openadapt-ml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 4, 2026

  1. fix: lower PyTorch minimum to 2.8.0 for vLLM compatibility (#53)

    vLLM 0.11.0 pins torch==2.8.0. The GPU E2E validation (openadapt-evals
    PR #87) confirmed the full ML stack works with PyTorch 2.8.0+cu128.
    The previous >=2.9.1 constraint prevented installing openadapt-ml
    alongside vLLM in the same environment.
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    abrichr and claude authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c0bc069 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.14.1

    semantic-release committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    d33cb05 View commit details
    Browse the repository at this point in the history
Loading