Skip to content

Commit cfc58ec

Browse files
committed
Testing
1 parent 0c6ac62 commit cfc58ec

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
@@ -44,7 +44,7 @@ setup_cuda() {
4444
fi
4545
fi
4646

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

0 commit comments

Comments
 (0)