ultralytics 8.0.217 HUB YAML path improvements (#6570)

This commit is contained in:
Glenn Jocher 2023-11-24 15:43:01 +01:00 committed by GitHub
parent 40a349bceb
commit bdb718602e
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
__version__ = '8.0.216'
__version__ = '8.0.217'
from ultralytics.models import RTDETR, SAM, YOLO
from ultralytics.models.fastsam import FastSAM