File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ jobs:
132132 script : |
133133 set -euo pipefail
134134 echo "L0-dynamo-core-tests successfully completed"
135- if [ ${{ CU_VERSION } } == "cu128" ]; then
135+ if [ ${CU_VERSION} == "cu128" ]; then
136136 echo "running L0-dynamo-core-tests for cu128 is not supported"
137137 exit -1
138138 fi
139- echo "Running L0-dynamo-core-tests for ${{ CU_VERSION } } successfully completed"
139+ echo "Running L0-dynamo-core-tests for ${CU_VERSION} successfully completed"
140140 # pushd .
141141 # cd tests/py
142142 # cd dynamo
Original file line number Diff line number Diff line change 8484 USE_TRT_RTX : ${{ inputs.use-rtx }}
8585 DOWNLOAD_ARTIFACT_NAME : pytorch_tensorrt_${{ matrix.tensorrt.version }}_${{ matrix.python_version }}_${{ matrix.desired_cuda }}_${{ inputs.architecture }}
8686 name : ${{ inputs.job-name }}-${{ matrix.tensorrt.version }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}
87- if : ${{ matrix.desired_cuda == inputs.filter-cuda && matrix.python_version == inputs.filter-python }}
87+ if : ${{ env.CU_VERSION == inputs.filter-cuda && env.PYTHON_VERSION == inputs.filter-python }}
8888 runs-on : ${{ matrix.validation_runner }}
8989 container :
9090 image : ${{ matrix.container_image }}
You can’t perform that action at this time.
0 commit comments