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

Commits on Feb 24, 2026

  1. fix(modal): fix inference container image and multi-modal message han…

    …dling
    
    - Pin transformers==4.57.3 (matches local, has Qwen3-VL support)
    - Add torchvision dependency (required by AutoVideoProcessor)
    - Add fallback: AutoModelForVision2Seq -> Qwen2_5_VLForConditionalGeneration
    - Add fallback: AutoProcessor -> Qwen2_5_VLProcessor
    - Reconstruct multi-modal messages with {"type": "image"} placeholders
      for proper vision token generation in apply_chat_template
    - Rename container_idle_timeout -> scaledown_window (Modal API update)
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    abrichr and claude committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    88e4c09 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.11.1

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