Skip to content

fix(deps): update dependency ultralytics ( 8.4.117 → 8.4.118 ) - #487

Merged
jazzlyn-bot[bot] merged 1 commit into
mainfrom
renovate/ultralytics-8.x
Aug 12, 2026
Merged

fix(deps): update dependency ultralytics ( 8.4.117 → 8.4.118 )#487
jazzlyn-bot[bot] merged 1 commit into
mainfrom
renovate/ultralytics-8.x

Conversation

@jazzlyn-bot

@jazzlyn-bot jazzlyn-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
ultralytics (changelog) project.dependencies patch ==8.4.117==8.4.118 OpenSSF Scorecard

Release Notes

ultralytics/ultralytics (ultralytics)

v8.4.118: - Add standalone LLM model interface (#​25761)

Compare Source

🌟 Summary

Ultralytics v8.4.118 introduces a standalone OpenAI-compatible LLM interface alongside YOLO, while improving OBB training, dataset handling, model training reliability, and documentation workflows. 🚀

📊 Key Changes

  • 🤖 New standalone LLM model interface by @​glenn-jocher

    • Add from ultralytics import LLM for text and image-based language-model requests.
    • Supports OpenAI Responses and Chat Completions APIs, including synchronous and asynchronous calls.
    • Accepts images from local paths, URLs, data URLs, NumPy arrays, and PIL images.
    • Supports reusable prompts, request overrides, conversation state, API keys, and OpenAI-compatible service endpoints.
    • Uses the optional openai dependency and remains independent of Ultralytics Platform and workflow-runtime components.
  • 📐 Improved oriented bounding box training

    • Mosaic, CutMix, and RandomPerspective now preserve OBB orientation when objects are clipped by image boundaries.
    • Prevents clipped objects from receiving incorrect rotation angles during training.
  • Faster CopyPaste augmentation

    • Batches instance concatenation instead of repeatedly copying growing arrays.
    • Reduces unnecessary processing overhead, especially when many objects are copied.
  • 🧠 More reliable YOLOE behavior

    • Validates visual prompts before modifying model state.
    • Accepts flat prompts for supported batched image sources.
    • Rejects invalid string class labels and mismatched vocabularies earlier with clearer errors.
    • Preserves gradient settings when converting YOLOE convolution layers to linear layers.
  • 🏋️ Training and inference stability fixes

    • Correctly resets dataloader workers when resuming after Mosaic augmentation is closed.
    • Allows repeated train() and tune() calls on the same model object.
    • Prevents duplicate World model callbacks across multi-dataset training.
    • Fixes classification prediction for models without predefined transforms.
    • Ensures classification validation loaders do not discard samples when compiling.
    • Fixes SAM and related predictor models being created with incompatible inference-only tensors.
  • 🗂️ Dataset and prediction improvements

    • Classification auto-splitting now recognizes all supported image formats, including JPEG, BMP, WebP, TIFF, AVIF, HEIC, and uppercase extensions.
    • Missing classification images now raise a clear FileNotFoundError instead of failing later with an unrelated directory error.
    • Preserves original filenames when loading images after EXIF correction.
    • Keeps bounding-box fallbacks for malformed grounding segmentation labels.
  • 📚 Documentation and deployment updates

    • Standardizes strict documentation validation on Zensical and updates contributor instructions.
    • Documentation redeployment now detects Python docstring and all configuration-file changes.
    • Restores model benchmark chart placeholders, including for YOLO26, while moving production site features to the centralized publisher.
    • Documents replacing the model behind an existing deployment without changing its endpoint URL, API key, or deployment identity.
    • Updates Albumentations examples for current 2.x constructor names and refreshes the Rust inference dependency to 0.0.34.
    • Adds API reference documentation for the new LLM interface.

🎯 Purpose & Impact

  • 🚀 Broader AI capabilities: Developers can now use Ultralytics as a unified entry point for YOLO vision models and OpenAI-compatible language models, including multimodal image understanding.
  • 🔌 Flexible integration: The new LLM class works with OpenAI and compatible providers without requiring Platform or workflow features.
  • 🎯 Better OBB accuracy: Rotated-object datasets should receive more consistent training targets when augmentation crops objects at image edges.
  • Improved performance: CopyPaste augmentation can run more efficiently, particularly on images containing many instances.
  • 🛡️ More predictable training: Resume, compile, repeated training, World models, SAM, and classification workflows are less likely to produce silent errors or invalid results.
  • 🧰 Easier maintenance: Broader dataset format support, clearer validation errors, and more accurate documentation reduce setup and debugging time for users.

What's Changed

New Contributors

Full Changelog: ultralytics/ultralytics@v8.4.117...v8.4.118


Configuration

📅 Schedule: (in timezone Europe/Vienna)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

| datasource | package     | from    | to      |
| ---------- | ----------- | ------- | ------- |
| pypi       | ultralytics | 8.4.117 | 8.4.118 |
@jazzlyn-bot
jazzlyn-bot Bot force-pushed the renovate/ultralytics-8.x branch from 6272d82 to c0d56d1 Compare August 12, 2026 00:48
@jazzlyn-bot
jazzlyn-bot Bot merged commit f9ed898 into main Aug 12, 2026
1 check passed
@jazzlyn-bot
jazzlyn-bot Bot deleted the renovate/ultralytics-8.x branch August 12, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants