8000 [CD] Fix slim-wheel nvjit-link import problem · pytorch/pytorch@66e17c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66e17c7

Browse files
committed
[CD] Fix slim-wheel nvjit-link import problem
When other toolkit is installed Fixes #140797
1 parent c15d650 commit 66e17c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/manywheel/build_cuda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
237237
'$ORIGIN/../../nvidia/cusolver/lib'
238238
'$ORIGIN/../../nvidia/cusparse/lib'
239239
'$ORIGIN/../../nvidia/nccl/lib'
240+
'$ORIGIN/../../nvidia/nvjitlink/lib'
< 47CB /code>
240241
'$ORIGIN/../../nvidia/nvtx/lib'
241242
)
242243
CUDA_RPATHS=$(IFS=: ; echo "${CUDA_RPATHS[*]}")

0 commit comments

Comments
 (0)
0