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:
parent
db26ccba94
commit
cc3c774bde
6 changed files with 275 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue