Skip to content

Commit cd17e08

Browse files
committed
update; revert torch tensorrt pin
1 parent f202145 commit cd17e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
2121

2222
tensorboard >=2.11, <2.21.0 # for `TensorBoardLogger`
2323

24-
# TODO: resolve GPU test failures for TensorRT due to defaulting to cu13 installations
25-
torch-tensorrt<2.9.0; platform_system == "Linux" and python_version >= "3.12"
24+
torch-tensorrt; platform_system == "Linux" and python_version >= "3.12"
2625
huggingface-hub

0 commit comments

Comments
 (0)