File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ build() {
119119
120120 if [[ $HAS_CUDA = true ]] && [[ $FULL_BUILD = true ]]; then
121121 CMAKE+=" -DBUILD_WHISPERCPP_CUBLAS=ON -DCMAKE_CUDA_ARCHITECTURES=native"
122- export CUDA_PATH=/opt/cuda
123122 export NVCC_APPEND_FLAGS=" -std=c++17 --compress-mode=size --split-compile=0 -Wno-deprecated-gpu-targets"
124123 fi
125124 fi
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ build() {
114114
115115 if [[ $HAS_CUDA = true ]] && [[ $FULL_BUILD = true ]]; then
116116 CMAKE+=" -DBUILD_WHISPERCPP_CUBLAS=ON -DCMAKE_CUDA_ARCHITECTURES=native"
117- export CUDA_PATH=/opt/cuda
118117 export NVCC_APPEND_FLAGS=" -std=c++17 --compress-mode=size --split-compile=0 -Wno-deprecated-gpu-targets"
119118 fi
120119 fi
You can’t perform that action at this time.
0 commit comments