25.03.2025, 18:25
To install tensorrt I used the following command
But the nightly version can change every day. To download a specific version you can use the command
EDIT: before updating torch_tensorrt I run also the command
but I was not happy with the the torch-tensorrt version installed and then I run the command
Dan
.\python -m pip install --pre torch-tensorrt --index-url https://download.pytorch.org/whl/nightly/cu128
But the nightly version can change every day. To download a specific version you can use the command
.\python -m pip install https://download.pytorch.org/whl/nightly/cu128/torch_tensorrt-2.7.0.dev20250316%2Bcu128-cp312-cp312-win_amd64.whl
EDIT: before updating torch_tensorrt I run also the command
.\python -m pip install --upgrade torch-tensorrt
but I was not happy with the the torch-tensorrt version installed and then I run the command
.\python -m pip install https://download.pytorch.org/whl/nightly/cu128/torch_tensorrt-2.7.0.dev20250316%2Bcu128-cp312-cp312-win_amd64.whl