[Submodule] Remove third-party onnx-tensorrt (#126542)

It seems that tensorrt is not used by the C++ code, may be due to the removal of Caffe2.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/126542
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-05-19 22:34:24 +00:00
committed by PyTorch MergeBot
parent 853081a8e7
commit 574ae9afb8
7 changed files with 0 additions and 49 deletions

View File

@ -355,9 +355,4 @@ local_repository(
path = "third_party/onnx/third_party/benchmark",
)
local_repository(
name = "unused_onnx_tensorrt_benchmark",
path = "third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark",
)
### Unused repos end