Skip to content

Commit

Permalink
Add github issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyanwangms committed Oct 22, 2024
1 parent 15f2bb3 commit 362f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/python/onnxruntime_test_python_trt_acc.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_ep(use_tensorrt=True, use_fp16=True):
]

"""
This hacky fix is required to fix onnx model graph.
This hacky fix is required to fix onnx model graph. Github issue: https://github.com/pytorch/pytorch/issues/138637
Some slice nodes are missing starts/end attributes after onnx.export
"""
def fix_phi35_model(onnx_model_filename):
Expand Down

0 comments on commit 362f9e1

Please sign in to comment.