We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e03eae commit 382486aCopy full SHA for 382486a
.github/workflows/validate-linux-binaries.yml
@@ -191,6 +191,7 @@ jobs:
191
192
CUDA_VERSION=$(python3 ../../test-infra/tools/scripts/get_stable_cuda_version.py --channel ${{ inputs.channel }})
193
CUDA_VERSION_NODOT=$(echo $CUDA_VERSION | tr -d '.')
194
+ export MATRIX_GPU_ARCH_VERSION="${CUDA_VERSION}"
195
196
DWN_PYTORCH_ORG="https://download.pytorch.org/whl/nightly/cu${CUDA_VERSION_NODOT}"
197
if [[ ${{ inputs.channel }} == 'test' ]]; then
0 commit comments