This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1010
1111if [[ ${TORCH_ONLY} == ' true' ]]; then
1212 TEST_SUFFIX=" --package torchonly"
13- pip3 install --pre torch${RELEASE_SUFFIX} --extra-index-url " https://download.pytorch.org/whl/ ${MATRIX_CHANNEL} / ${MATRIX_DESIRED_CUDA} _pypi_cudnn "
13+ pip3 install torch${RELEASE_SUFFIX}
1414else
15- if [[ ${MATRIX_CHANNEL} != " release" ]]; then
16- pip3 install --pre torch${RELEASE_SUFFIX} --extra-index-url " https://download.pytorch.org/whl/${MATRIX_CHANNEL} /${MATRIX_DESIRED_CUDA} _pypi_cudnn"
17- pip3 install --pre torchvision torchaudio --extra-index-url " https://download.pytorch.org/whl/${MATRIX_CHANNEL} /${MATRIX_DESIRED_CUDA} "
18- else
19- pip3 install torch${RELEASE_SUFFIX} torchvision torchaudio
20- fi
15+ pip3 install torch${RELEASE_SUFFIX} torchvision torchaudio
2116fi
2217
2318python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
Original file line number Diff line number Diff line change 9191 cat release_matrix.json
9292
9393 # Special case PyPi installation package. And Install of PyPi package via poetry
94- if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" ]]; then
94+ if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} == "release" ]]; then
9595 source ./.github/scripts/validate_pipy.sh
96-
97- if [[ ${MATRIX_CHANNEL} == "release" ]]; then
98- source ./.github/scripts/validate_poetry.sh
99- fi
96+ source ./.github/scripts/validate_poetry.sh
10097 fi
10198
10299 # Standart case: Validate binaries
You can’t perform that action at this time.
0 commit comments