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 d9c1321 commit 0c6b37dCopy full SHA for 0c6b37d
py/torch_tensorrt/fx/README.md
@@ -12,7 +12,7 @@ FX2TRT is merged as FX module in Torch-TensorRT
12
$ conda install pytorch torchvision torchtext cudatoolkit=11.3 -c pytorch-nightly
13
# Install TensorRT python package
14
$ pip3 install nvidia-pyindex
15
- $ pip3 install nvidia-tensorrt==8.2.4.2
+ $ pip3 install tensorrt==8.5.1.7
16
$ git clone https://github.com/pytorch/TensorRT.git
17
$ cd TensorRT/py && python setup.py install --fx-only && cd ..
18
$ pyton -c "import torch_tensorrt.fx"
0 commit comments