Skip to content

Commit

Permalink
fix test in python code
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Jan 27, 2025
1 parent 8d1d650 commit 0c8d90b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/test/python/onnxruntime_test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def test_model_serialization_with_original_external_initializers_to_current_dire

# Remove model 1 to make sure optimized model 2 can be loaded independently from model 1
os.remove(optimized_model_filepath)
os.remove(external_initializers_file)

session3 = onnxrt.InferenceSession(optimized_model_filepath_2, sess_options=onnxrt.SessionOptions())
del session3
Expand Down

0 comments on commit 0c8d90b

Please sign in to comment.