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 2769c8f commit ef610cdCopy full SHA for ef610cd
README.md
@@ -122,6 +122,10 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
122
123
Releases: https://github.com/pytorch/TensorRT/releases
124
125
+```
126
+pip install torch-tensorrt==1.2.0 --find-links https://github.com/pytorch/TensorRT/releases/expanded_assets/v1.2.0
127
128
+
129
## Compiling Torch-TensorRT
130
131
### Installing Dependencies
pyproject.toml
@@ -9,6 +9,8 @@ requires = [
9
"cffi",
10
"typing_extensions",
11
"future",
12
+ "nvidia-pyindex",
13
+ "nvidia-tensorrt==8.4.3.1"
14
]
15
16
# Use legacy backend to import local packages in setup.py
0 commit comments