File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ${CONDA_RUN} pip install pyyaml mpmath==1.3.0
7
7
8
8
# Install TRT from PyPi
9
9
TRT_VERSION=$( ${CONDA_RUN} python -c " import yaml; print(yaml.safe_load(open('dev_dep_versions.yml', 'r'))['__tensorrt_version__'])" )
10
- ${CONDA_RUN} pip install tensorrt==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -bindings==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -libs==${TRT_VERSION} --extra-index-url https://pypi.nvidia.com
10
+ ${CONDA_RUN} pip install tensorrt==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} == ${TRT_VERSION} tensorrt- ${CU_VERSION :: 4} -bindings==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -libs==${TRT_VERSION} --extra-index-url https://pypi.nvidia.com
11
11
12
12
# Install pre-built Torch-TRT
13
13
${CONDA_RUN} pip install ${RUNNER_ARTIFACT_DIR} /torch_tensorrt* .whl
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ python -m pip install -U numpy packaging pyyaml setuptools wheel
3
3
# Install TRT from PyPi
4
4
TRT_VERSION=$( ${CONDA_RUN} python -c " import yaml; print(yaml.safe_load(open('dev_dep_versions.yml', 'r'))['__tensorrt_version__'])" )
5
5
6
- python -m pip install tensorrt==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -bindings==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -libs==${TRT_VERSION} --extra-index-url https://pypi.nvidia.com
6
+ python -m pip install tensorrt==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} == ${TRT_VERSION} tensorrt- ${CU_VERSION :: 4} -bindings==${TRT_VERSION} tensorrt-${CU_VERSION:: 4} -libs==${TRT_VERSION} --extra-index-url https://pypi.nvidia.com
7
7
8
8
choco install bazelisk -y
9
9
You can’t perform that action at this time.
0 commit comments