Skip to content

build(deps): update ultralytics requirement from >=8.4.115 to >=8.4.138 in /apps/ai - #227

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apps/ai/ultralytics-gte-8.4.138
Open

build(deps): update ultralytics requirement from >=8.4.115 to >=8.4.138 in /apps/ai#227
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apps/ai/ultralytics-gte-8.4.138

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ultralytics to permit the latest version.

Release notes

Sourced from ultralytics's releases.

v8.4.138 - Fix legacy checkpoint and YOLO-World loading (#26032)

🌟 Summary

Ultralytics v8.4.138 is a stability-focused release that restores compatibility with older checkpoints, fixes YOLO-World loading, and improves training, inference, tracking, tuning, and documentation reliability. 🛠️

📊 Key Changes

  • Legacy checkpoint loading fixed 🎯
    Restricted checkpoint loading now recognizes loss and assignment classes stored in checkpoints created before 8.4.95, including detection, classification, pose, segmentation, rotated-box, and keypoint-related components.

  • YOLO-World loading fixed 🌍
    Corrects package loading issues affecting YOLO-World models and related checkpoints.

  • MuSGD with channels_last no longer crashes
    Replaces an incompatible tensor flattening operation with a layout-safe one, allowing CUDA training with the MuSGD optimizer and automatic channels_last support to run correctly.

  • SAM feature extraction optimized 🧠
    SAM, SAM2, and SAM3 image embeddings are computed in inference mode, preventing unnecessary autograd graphs from being retained and reducing memory overhead during repeated inference.

  • Distributed training made more robust 🔧

    • Prevents DDP failures when a mini-batch contains no assigned targets.
    • Ensures detection, pose, OBB, and related model branches remain connected to the training graph even when there are no positive samples.
  • Tuning results corrected 📈
    Multi-dataset tuning now preserves dataset names and iteration order across distributed workers. Failed datasets are recorded with zero metrics instead of incomplete results, keeping tuning histories and fitness plots consistent.

  • Classification inference preprocessing improved 🚀
    More preprocessing work is moved to the inference device and performed in batches, which can reduce CPU overhead and improve classification throughput.

  • BoT-SORT tracking made faster 🏃
    Global motion compensation now caps corner detection at 400 points instead of 1,000, reducing optical-flow computation while retaining sufficient information for motion estimation.

  • Precision and quantization documentation clarified 📚
    Documentation now explains that quantize may select or request different runtime precisions depending on the export format. This avoids implying that every backend supports the same FP16, FP32, or INT8 behavior.

  • Documentation quality updates
    Markdown tables were consistently formatted, the OBB navigation label was cleaned up, the TrackZone video was updated, and the YOLO26 CPU speed comparison now clearly identifies its YOLO26n-versus-YOLO11n ONNX baseline and hardware.

🎯 Purpose & Impact

  • More users can load existing models without retraining, especially those using checkpoints created with older Ultralytics versions. ✅
  • YOLO-World workflows become more dependable for users loading supported models and checkpoints.
  • Platform and cloud GPU training jobs are less likely to fail, particularly MuSGD runs using CUDA and channels_last.
  • Distributed training and hyperparameter tuning produce more trustworthy results, even with empty-target batches or failed datasets.
  • SAM inference can use less memory, which is helpful for long-running applications and repeated image embedding extraction.
  • Tracking pipelines may run with lower latency, especially in applications where BoT-SORT global motion compensation is a significant cost.
  • Users should review the updated quantization guidance before assuming that quantize=16 or quantize=32 produces the same computation precision across PyTorch, ONNX, OpenVINO, NCNN, MNN, Triton, and other backends. 🔍

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ultralytics](https://github.com/ultralytics/ultralytics) to permit the latest version.
- [Release notes](https://github.com/ultralytics/ultralytics/releases)
- [Commits](ultralytics/ultralytics@v8.4.115...v8.4.138)

---
updated-dependencies:
- dependency-name: ultralytics
  dependency-version: 8.4.138
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants