ultralytics 8.2.39 update onnxslim>=0.1.31 (#13883)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
parent
4adf5a003c
commit
3df9d278dc
3 changed files with 4 additions and 4 deletions
|
|
@ -1070,7 +1070,7 @@ TESTS_RUNNING = is_pytest_running() or is_github_action_running()
|
|||
set_sentry()
|
||||
|
||||
# Apply monkey patches
|
||||
from .patches import imread, imshow, imwrite, torch_save
|
||||
from ultralytics.utils.patches import imread, imshow, imwrite, torch_save
|
||||
|
||||
torch.save = torch_save
|
||||
if WINDOWS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue