ultralytics 8.0.124 lapx package and multiple-unzip fix (#3423)

This commit is contained in:
Glenn Jocher 2023-06-28 00:36:01 +02:00 committed by GitHub
parent 27a24b2796
commit 17e139220b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license # Ultralytics YOLO 🚀, AGPL-3.0 license
__version__ = '8.0.123' __version__ = '8.0.124'
from ultralytics.hub import start from ultralytics.hub import start
from ultralytics.vit.rtdetr import RTDETR from ultralytics.vit.rtdetr import RTDETR