Skip to content

Commit e521470

Browse files
committed
name
1 parent bce84d2 commit e521470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/helpers/ort_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(
109109
)
110110
except onnxruntime.capi.onnxruntime_pybind11_state.Fail as e:
111111
if isinstance(sess, onnx.ModelProto):
112-
debug_path = "_debug_onnxruntine_evaluator_failure.onnx"
112+
debug_path = "_debug_InferenceSession_last_failure.onnx"
113113
onnx.save(
114114
sess,
115115
debug_path,

0 commit comments

Comments
 (0)