Skip to content

Commit

Permalink
change import from
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 6, 2025
1 parent f39fea8 commit 179620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/tools/transformers/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def run(args):
profile_file = run(arguments)
else:
profile_file = arguments.input
import profile_result_processor import process_results
from profile_result_processor import process_results
results = process_results(profile_file, arguments)

for line in results:
Expand Down

0 comments on commit 179620d

Please sign in to comment.