Skip to content

Commit

Permalink
Validate pypi binaries for cuda 12.4 rather then 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Oct 17, 2024
1 parent bcd0972 commit 3f5267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
# Special case PyPi installation package. And Install of PyPi package via poetry
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && \
${MATRIX_GPU_ARCH_VERSION} == "12.1" && \
${MATRIX_GPU_ARCH_VERSION} == "12.4" && \
${MATRIX_CHANNEL} == "release" && \
${USE_ONLY_DL_PYTORCH_ORG} == "false" ]]; then
source ./.github/scripts/validate_pipy.sh
Expand Down

0 comments on commit 3f5267e

Please sign in to comment.