Skip to content

Commit c620dfd

Browse files
authored
Rename trt-rtx to NvTensorRtRtx (microsoft#2182)
As per the discussion with the GenAI team, we are moving the the NvtensorRtRtx user facing name GenAI PR: microsoft/onnxruntime-genai#1791
1 parent 11237bd commit c620dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olive/passes/onnx/model_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AccuracyLevel(IntEnumBase):
5252
ExecutionProvider.DmlExecutionProvider: "dml",
5353
ExecutionProvider.WebGpuExecutionProvider: "webgpu",
5454
ExecutionProvider.JsExecutionProvider: "web",
55-
ExecutionProvider.NvTensorRTRTXExecutionProvider: "trt-rtx",
55+
ExecutionProvider.NvTensorRTRTXExecutionProvider: "NvTensorRtRtx",
5656
}
5757

5858
@classmethod

0 commit comments

Comments
 (0)