Revert 1783 fix callbacks by reference (#1847)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-04-05 17:52:53 +02:00 committed by GitHub
parent 2fcca6a0ea
commit e7a94c79c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = '8.0.63'
__version__ = '8.0.64'
from ultralytics.hub import start
from ultralytics.yolo.engine.model import YOLO