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 69c87b3 commit 63e3cc7Copy full SHA for 63e3cc7
requirements/pytorch/test.txt
@@ -18,5 +18,4 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
18
19
tensorboard >=2.9.1, <2.21.0 # for `TensorBoardLogger`
20
21
-torch-tensorrt >=1.4.0; platform_system == "Linux" and python_version < "3.11" # Initial linux support starts from 1.4.0
22
-torch-tensorrt >=2.3.0; platform_system != "Darwin" and python_version < "3.11" # Initial windows support starts from 2.3.0
+torch-tensorrt >=2.3.0; platform_system != "Darwin" and python_version >= "3.11" # Initial windows support starts from 2.3.0
0 commit comments