TensorRT
TensorRT copied to clipboard
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
## ❓ Question I used Torch-TensorRT to compile the torchscript model in C++. When compiling or loading torchtrt model, it displays many warnings. ``` WARNING: [Torch-TensorRT] - Detected this engine...
# Description - As is added in #2806 for C++ builds, enable `--release` flag for builds in `main` to enable correct nightly versioning on PyTorch index ## Type of change...
## ❓ Question I have a VIT model for object detection. The model inference speed in the tensort 8.5 environment is 190ms per frame. However when I updated to TensorRT...
## Bug Description Installed nightly and got OSError: libnvinfer_plugin.so.10: cannot open shared object file: No such file or directory ## To Reproduce ``` pip install -U --pre torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu121...
**Is your feature request related to a problem? Please describe.** There are some cases where taking the extra step of wrapping a torch layer or pytorch custom op in a...
Cherry-pick rand converter for release/2.3
# Description cherry pick of #2832 ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix (non-breaking change which fixes an issue)...
## Bug Description hi i see the following error - it looks like the torch.compile worked fine but when i invoke the prediction after that it errors out: ``` [INFO...
# Description Cherry pick a previous commit. # Checklist: - [ ] My code follows the style guidelines of this project (You can use the linters) - [ ] I...
# Description - Cherry-pick of #2821 ## Type of change - Cherry-pick # Checklist: - [ x ] My code follows the style guidelines of this project (You can use...