ultralytics 8.2.19 fix Conda CI relative import bug (#13006)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
5298d57308
commit
f0b7c510db
8 changed files with 8 additions and 9 deletions
|
|
@ -7,7 +7,7 @@ import pytest
|
|||
from ultralytics.cfg import TASK2DATA, TASK2MODEL, TASKS
|
||||
from ultralytics.utils import ASSETS, WEIGHTS_DIR, checks
|
||||
|
||||
from . import CUDA_DEVICE_COUNT, CUDA_IS_AVAILABLE
|
||||
from tests import CUDA_DEVICE_COUNT, CUDA_IS_AVAILABLE
|
||||
|
||||
# Constants
|
||||
TASK_MODEL_DATA = [(task, WEIGHTS_DIR / TASK2MODEL[task], TASK2DATA[task]) for task in TASKS]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue