Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ultralytics 8.2.101 allow HUB public model downloads #16488

Merged
merged 5 commits into from
Sep 25, 2024
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 25, 2024

@sergiuwaxmann direct download attempt, single API call.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Upgrade of dependencies and improved error handling for Ultralytics HUB models.

📊 Key Changes

  • Dependencies Updated: Bumped hub-sdk version from 0.0.8 to 0.0.12.
  • Version Increment: Software version updated from 8.2.100 to 8.2.101.
  • Error Handling: Enhanced error handling for loading models when not authenticated.

🎯 Purpose & Impact

  • Improved Compatibility: The updated hub-sdk ensures better compatibility and access to new features.
  • User Guidance: Users are now provided with a clearer warning message if login is required for accessing models.
  • Increased Stability: Enhanced error handling leads to a more robust user experience when interacting with Ultralytics HUB models.

Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
@UltralyticsAssistant UltralyticsAssistant added enhancement New feature or request HUB Ultralytics HUB issues labels Sep 25, 2024
@UltralyticsAssistant
Copy link
Member

👋 Hello @glenn-jocher, thank you for submitting an ultralytics/ultralytics 🚀 PR! To ensure a seamless integration of your work, please review the following checklist:

  • Define a Purpose: Clearly explain the purpose of your fix or feature in your PR description, and link to any relevant issues. Ensure your commit messages are clear, concise, and adhere to the project's conventions.
  • Synchronize with Source: Confirm your PR is synchronized with the ultralytics/ultralytics main branch. If it's behind, update it by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • Ensure CI Checks Pass: Verify all Ultralytics Continuous Integration (CI) checks are passing. If any checks fail, please address the issues. 🔍
  • Update Documentation: Update the relevant documentation for any new or modified features.
  • Add Tests: If applicable, include or update tests to cover your changes, and confirm that all tests are passing.
  • Sign the CLA: Please ensure you have signed our Contributor License Agreement if this is your first Ultralytics PR by writing "I have read the CLA Document and I sign the CLA" in a new message.
  • Minimize Changes: Limit your changes to the minimum necessary for your bug fix or feature addition. ✂️ "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee

For more guidance, please refer to our Contributing Guide. Don’t hesitate to leave a comment if you have any questions. An Ultralytics engineer will also be along to assist you soon. Thank you for contributing to Ultralytics! 🚀

@glenn-jocher glenn-jocher changed the title HUB auth update ultralytics 8.2.101 HUB public model updates Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 14.28571% with 6 lines in your changes missing coverage. Please review.

Project coverage is 70.88%. Comparing base (4e82556) to head (e721c01).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ultralytics/hub/session.py 0.00% 4 Missing ⚠️
ultralytics/engine/model.py 0.00% 1 Missing ⚠️
ultralytics/hub/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16488      +/-   ##
==========================================
- Coverage   70.93%   70.88%   -0.05%     
==========================================
  Files         129      129              
  Lines       16997    16996       -1     
==========================================
- Hits        12056    12048       -8     
- Misses       4941     4948       +7     
Flag Coverage Δ
Benchmarks 34.41% <14.28%> (-0.04%) ⬇️
GPU 35.89% <14.28%> (+<0.01%) ⬆️
Tests 67.38% <14.28%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

glenn-jocher and others added 3 commits September 25, 2024 15:12
Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
@glenn-jocher glenn-jocher changed the title ultralytics 8.2.101 HUB public model updates ultralytics 8.2.101 allow HUB public model downloads Sep 25, 2024
@glenn-jocher glenn-jocher merged commit 4bcc80c into main Sep 25, 2024
13 checks passed
@glenn-jocher glenn-jocher deleted the hub-update branch September 25, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HUB Ultralytics HUB issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants