Skip to content

Commit

Permalink
Fix importer in test_yolo_trt_module
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Dec 24, 2021
1 parent 0dcb60a commit ec6a4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
import torch
from torch import Tensor
from yolort.runtime import YOLOTRTModule
from yolort.runtime.yolo_tensorrt_model import YOLOTRTModule
from yolort.v5 import attempt_download


Expand Down

0 comments on commit ec6a4ec

Please sign in to comment.