Skip to content

Commit ef610cd

Browse files
authored
docs: Add correct pip install instructions (#1400)
* Add correct pip install instructions * add dependencies to toml
1 parent 2769c8f commit ef610cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
122122

123123
Releases: https://github.com/pytorch/TensorRT/releases
124124

125+
```
126+
pip install torch-tensorrt==1.2.0 --find-links https://github.com/pytorch/TensorRT/releases/expanded_assets/v1.2.0
127+
```
128+
125129
## Compiling Torch-TensorRT
126130

127131
### Installing Dependencies

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ requires = [
99
"cffi",
1010
"typing_extensions",
1111
"future",
12+
"nvidia-pyindex",
13+
"nvidia-tensorrt==8.4.3.1"
1214
]
1315

1416
# Use legacy backend to import local packages in setup.py

0 commit comments

Comments
 (0)