Skip to content

Commit 0c6b37d

Browse files
authored
Update README.md
1 parent d9c1321 commit 0c6b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/fx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FX2TRT is merged as FX module in Torch-TensorRT
1212
$ conda install pytorch torchvision torchtext cudatoolkit=11.3 -c pytorch-nightly
1313
# Install TensorRT python package
1414
$ pip3 install nvidia-pyindex
15-
$ pip3 install nvidia-tensorrt==8.2.4.2
15+
$ pip3 install tensorrt==8.5.1.7
1616
$ git clone https://github.com/pytorch/TensorRT.git
1717
$ cd TensorRT/py && python setup.py install --fx-only && cd ..
1818
$ pyton -c "import torch_tensorrt.fx"

0 commit comments

Comments
 (0)