Improved CLI error reporting for users (#458)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-01-18 09:16:16 +01:00 committed by GitHub
parent db26ccba94
commit cc3c774bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 275 additions and 115 deletions

View file

@ -1,9 +1,9 @@
# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = "8.0.7"
__version__ = "8.0.8"
from ultralytics.hub import checks
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils import ops
from ultralytics.yolo.utils.checks import check_yolo as checks
__all__ = ["__version__", "YOLO", "hub", "checks"] # allow simpler import