File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ set -eou pipefail
4
4
source ${BUILD_ENV_FILE}
5
5
${CONDA_RUN} ${PIP_INSTALL_TORCH} torchvision pyyaml
6
6
export TRT_VERSION=$( ${CONDA_RUN} python -c " import versions; versions.tensorrt_version()" )
7
- ${CONDA_RUN} python -m pip install /opt/torch-tensorrt-builds/torch_tensorrt* +${CU_VERSION} * .whl tensorrt~=${TRT_VERSION} tensorrt-bindings~=${TRT_VERSION} --extra-index-url=https://pypi.ngc. nvidia.com
7
+ ${CONDA_RUN} python -m pip install /opt/torch-tensorrt-builds/torch_tensorrt* +${CU_VERSION} * .whl tensorrt~=${TRT_VERSION} tensorrt-bindings~=${TRT_VERSION} --extra-index-url=https://pypi.nvidia.com
8
8
9
- echo -e " Running test script" ;
9
+ echo -e " Running test script" ;
Original file line number Diff line number Diff line change 1
1
__version__ : " 2.2.0.dev0"
2
2
__cuda_version__ : " 12.1"
3
3
__cudnn_version__ : " 8.9"
4
- __tensorrt_version__ : " 9.2"
4
+ __tensorrt_version__ : " 9.2.0.post12.dev5 "
You can’t perform that action at this time.
0 commit comments