Skip to content

Commit c470afe

Browse files
committed
fix syntax error
1 parent 98e4af8 commit c470afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/pkg_helpers.bash

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ setup_cuda() {
5353
export CUDA_HOME=/usr/local/cuda-12.1/
5454
fi
5555
export TORCH_CUDA_ARCH_LIST="5.0+PTX;6.0;7.0;7.5;8.0;8.6;9.0"
56+
;;
5657
cu118)
5758
if [[ "$OSTYPE" == "msys" ]]; then
5859
export CUDA_HOME="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.8"

0 commit comments

Comments
 (0)