We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ea41e commit 9621a44Copy full SHA for 9621a44
.github/workflows/linux-test.yml
@@ -68,6 +68,7 @@ jobs:
68
SCRIPT: ${{ inputs.script }}
69
RUNNER_TEST_RESULTS_DIR: /tmp/test_results
70
ARCH: ${{ inputs.architecture }}
71
+ TENSORRT_VERSION: ${{ matrix.tensorrt.version }}
72
DOWNLOAD_ARTIFACT_NAME: pytorch_tensorrt_${{ matrix.tensorrt.version }}_${{ matrix.python_version }}_${{ matrix.desired_cuda }}_${{ inputs.architecture }}
73
name: ${{ inputs.job-name }}-${{ matrix.tensorrt.version }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}
74
runs-on: ${{ matrix.validation_runner }}
0 commit comments