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.10.1
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.11.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 24, 2026

  1. feat(modal): add inference serving with call_inference API

    - Add _build_inference_app() for Modal GPU inference with PEFT adapter
    - Add upload_adapter_to_volume() for uploading adapters to Modal volume
    - Add call_inference() as the primary API for remote inference
    - Add 'serve' CLI command for interactive model serving
    - Container caches model in memory across calls (container_idle_timeout=600)
    - Support --no-adapter for zero-shot base model serving
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    abrichr and claude committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    57e5c5f View commit details
    Browse the repository at this point in the history
  2. chore: release 0.11.0

    semantic-release committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    e42ed75 View commit details
    Browse the repository at this point in the history
Loading