[Docs]: Link buttons, add autobackend, BaseModel and ops (#130)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Ayush Chaurasia 2023-01-02 20:42:30 +05:30 committed by GitHub
parent af6e3c536b
commit 8996c5c6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 562 additions and 96 deletions

View file

@ -1,5 +1,6 @@
__version__ = "8.0.0.dev0"
from ultralytics.yolo.engine.model import YOLO
from ultralytics.yolo.utils import ops
__all__ = ["__version__", "YOLO", "hub"] # allow simpler import