ultralytics 8.2.101 allow HUB public model downloads (#16488)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
4e825567a9
commit
4bcc80c646
5 changed files with 12 additions and 10 deletions
|
|
@ -38,7 +38,7 @@ def login(api_key: str = None, save=True) -> bool:
|
|||
Returns:
|
||||
(bool): True if authentication is successful, False otherwise.
|
||||
"""
|
||||
checks.check_requirements("hub-sdk>=0.0.8")
|
||||
checks.check_requirements("hub-sdk>=0.0.12")
|
||||
from hub_sdk import HUBClient
|
||||
|
||||
api_key_url = f"{HUB_WEB_ROOT}/settings?tab=api+keys" # set the redirect URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue