fix(deps): update dependency ultralytics ( 8.4.117 → 8.4.118 ) - #487
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ultralytics | 8.4.117 | 8.4.118 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
August 12, 2026 00:48
6272d82 to
c0d56d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.4.117→==8.4.118Release 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
LLMinterface alongsideYOLO, while improving OBB training, dataset handling, model training reliability, and documentation workflows. 🚀📊 Key Changes
🤖 New standalone
LLMmodel interface by @glenn-jocherfrom ultralytics import LLMfor text and image-based language-model requests.openaidependency and remains independent of Ultralytics Platform and workflow-runtime components.📐 Improved oriented bounding box training
⚡ Faster CopyPaste augmentation
🧠 More reliable YOLOE behavior
🏋️ Training and inference stability fixes
train()andtune()calls on the same model object.🗂️ Dataset and prediction improvements
FileNotFoundErrorinstead of failing later with an unrelated directory error.📚 Documentation and deployment updates
0.0.34.LLMinterface.🎯 Purpose & Impact
LLMclass works with OpenAI and compatible providers without requiring Platform or workflow features.What's Changed
autocast_listloses image filename afterexif_transposeby @Q-qqq in #25741drop_lastto the classify train loader undercompile, not val by @JESUSROYETH in #25734New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.117...v8.4.118
Configuration
📅 Schedule: (in timezone Europe/Vienna)
🚦 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.
This PR has been generated by Mend Renovate.