Skip to content

Commit

Permalink
update CHANGELOG.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Dec 23, 2024
1 parent 728514d commit 17e5102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Improved inferrence speed for `16bit` specific workloads by up to 50%
- Improved error handling when the `totalFrames` count was off.
- Improved norm efficiency through removal of repeated operations.
- Upgraded to TensorRT `10.6.0`
- Upgraded to TensorRT `10.7.0`
- Refactored `TRT Handler` Backend for more granularity and better prints / logging.
- Depth Quality `Low` will now produce better quality outputs.
- Multithreadded the Encode.
Expand All @@ -39,6 +39,7 @@
- Added OpenCV fallback if Celux can't decode.
- Robustness of the I/O handler.
- Added a `torch.fx` model optimization backend which should improve CUDA inference speeds by up to `20%` in certain workloads.
- Upgraded numpy version to `2.2.1`

### Notes
- Due to the TensorRT Upgrade, all engines will need to be regenerated.
Expand Down

0 comments on commit 17e5102

Please sign in to comment.