Skip to content

Commit

Permalink
feat: experimentally add TensorRT runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 29, 2023
1 parent fbab26f commit f420a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/server/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"cuda": "CUDAExecutionProvider",
"directml": "DmlExecutionProvider",
"rocm": "ROCMExecutionProvider",
"tensorrt": "TensorRTExecutionProvider",
}
source_filters = {
"canny": source_filter_canny,
Expand Down
1 change: 1 addition & 0 deletions gui/src/strings/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export const I18N_STRINGS_EN = {
directml: 'DirectML',
nvidia: 'Nvidia GPU',
rocm: 'ROCm',
tensorrt: 'TensorRT',
},
setting: {
connectServer: 'Connect',
Expand Down

0 comments on commit f420a3a

Please sign in to comment.