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
|
|
@ -27,7 +27,7 @@ from ultralytics.utils import (
|
|||
)
|
||||
from ultralytics.utils.downloads import download, is_url
|
||||
from ultralytics.utils.torch_utils import TORCH_1_9
|
||||
from . import CFG, IS_TMP_WRITEABLE, MODEL, SOURCE, TMP
|
||||
from tests import CFG, IS_TMP_WRITEABLE, MODEL, SOURCE, TMP
|
||||
|
||||
|
||||
def test_model_forward():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue