Skip to content

Commit

Permalink
Merge pull request #922 from jaybdub/dev_trt_10_refactor
Browse files Browse the repository at this point in the history
[WIP] Dev trt 10 refactor
  • Loading branch information
jaybdub authored May 3, 2024
2 parents 19a3176 + 85ee502 commit 4e820ae
Show file tree
Hide file tree
Showing 112 changed files with 3,441 additions and 5,925 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [master](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/master)

- Added inference and conversion support for TensorRT 10
- Removed redundant converters, and merged converters for ND convolutions, pooling, etc.
- Migrated test cases to use PyTest
- Added unique axis names when using ONNX to support mis-matched dynamic axes (needed for whisper)

## [v0.5.0](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/v0.5.0) - 05/3/2024

Expand Down
5 changes: 5 additions & 0 deletions requirements/requirements_10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tensorrt==10.0.1
torch
torchvision
timm
onnx_graphsurgeon
5 changes: 5 additions & 0 deletions requirements/requirements_8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tensorrt==8.6.1
torch
torchvision
timm
onnx_graphsurgeon
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4e820ae

Please sign in to comment.