We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c45011 commit 9d92ddfCopy full SHA for 9d92ddf
requirements/pytorch/test.txt
@@ -18,4 +18,6 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
18
19
tensorboard >=2.9.1, <2.20.0 # for `TensorBoardLogger`
20
21
-torch-tensorrt >=1.4.0, <2.8.0; platform_system != "Darwin"
+torch-tensorrt >=1.4.0, <2.8.0; platform_system == "Linux" and python_version < "3.11" # Initial linux support starts from 1.4.0
22
+torch-tensorrt >=2.3.0, <2.8.0; platform_system != "Darwin" and python_version < "3.11" # Initial windows support starts from 2.3.0
23
+torch-tensorrt >=2.5.0, <2.8.0; platform_system != "Darwin" and python_version >= "3.12"
0 commit comments