Skip to content

Commit

Permalink
ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jul 5, 2023
1 parent 79f1660 commit 48abeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _unittests/ut_ortops/test_tutorial_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from onnxruntime import InferenceSession
except ImportError:
InferenceSession = None
ort_version = "0.0"
if InferenceSession is not None:
from onnxruntime import (
SessionOptions,
Expand Down

0 comments on commit 48abeea

Please sign in to comment.