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 4c71833 commit 516c1abCopy full SHA for 516c1ab
.github/workflows/validate-linux-binaries.yml
@@ -72,6 +72,7 @@ jobs:
72
export TORCH_ONLY=${{ inputs.torchonly }}
73
export TARGET_OS="linux"
74
eval "$(conda shell.bash hook)"
75
+ printf '%s\n' ${{ needs.generate-release-matrix.outputs.matrix }} > release_matrix.json
76
77
# Special case PyPi installation package. And Install of PyPi package via poetry
78
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
0 commit comments