ultralytics 8.0.137 fix Windows NCNN export bug (#3803)

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:
Chikage0o0 2023-07-19 00:31:17 +08:00 committed by GitHub
parent 38060b3d40
commit 85f191fbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license
__version__ = '8.0.136'
__version__ = '8.0.137'
from ultralytics.engine.model import YOLO
from ultralytics.hub import start