Skip to content

Commit

Permalink
change runtime order
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Sep 24, 2024
1 parent f18220e commit e3683b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def get_available_runtimes():
return [RuntimeType.ONNXRUNTIME, RuntimeType.PYTORCH, RuntimeType.TENSORRT]
return [RuntimeType.PYTORCH, RuntimeType.ONNXRUNTIME, RuntimeType.TENSORRT]


def create_model_selector_widgets(
Expand Down

0 comments on commit e3683b5

Please sign in to comment.