Skip to content

Commit fc39230

Browse files
authored
fix torch-tensorrt dependency in testing (#21413)
fix test
1 parent 9ae18f7 commit fc39230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

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

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

24-
torch-tensorrt; platform_system == "Linux" and python_version >= "3.12"
24+
torch-tensorrt; python_version >= "3.13"
2525
huggingface-hub

0 commit comments

Comments
 (0)