diff --git a/models/triton-model-repo/phishing-bert-onnx/config.pbtxt b/models/triton-model-repo/phishing-bert-onnx/config.pbtxt index ab60a0229d..8fa758c248 100644 --- a/models/triton-model-repo/phishing-bert-onnx/config.pbtxt +++ b/models/triton-model-repo/phishing-bert-onnx/config.pbtxt @@ -28,10 +28,3 @@ dynamic_batching { max_queue_delay_microseconds: 50000 } -optimization { execution_accelerators { - gpu_execution_accelerator : [ { - name : "tensorrt" - parameters { key: "precision_mode" value: "FP16" } - parameters { key: "max_workspace_size_bytes" value: "1073741824" } - }] -}} diff --git a/models/triton-model-repo/sid-minibert-onnx/config.pbtxt b/models/triton-model-repo/sid-minibert-onnx/config.pbtxt index 16f59ef852..94f75036b9 100644 --- a/models/triton-model-repo/sid-minibert-onnx/config.pbtxt +++ b/models/triton-model-repo/sid-minibert-onnx/config.pbtxt @@ -28,10 +28,3 @@ dynamic_batching { max_queue_delay_microseconds: 50000 } -optimization { execution_accelerators { - gpu_execution_accelerator : [ { - name : "tensorrt" - parameters { key: "precision_mode" value: "FP16" } - parameters { key: "max_workspace_size_bytes" value: "1073741824" } - }] -}}