Skip to content

Commit e363e29

Browse files
committed
Testing
1 parent cfc58ec commit e363e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ setup_cuda() {
4545
fi
4646

4747
if [[ "$BUILD_TYPE" == "conda" ]] && [[ "$CU_VERSION" == "cu115" ]]; then
48-
export PYTORCH_VERSION_SUFFIX="-py3.7_cuda11.5"
48+
export PYTORCH_VERSION_SUFFIX="*cuda11.5"
4949
fi
5050

5151
# Now work out the CUDA settings

0 commit comments

Comments
 (0)