8000 [CD] Fix slim-wheel nvjit-link import problem by malfet · Pull Request #141063 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[CD] Fix slim-wheel nvjit-link import problem #141063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "[CD] Fix slim-wheel nvjit-link import problem"
This reverts commit 66e17c7.
  • Loading branch information
malfet committed Jan 14, 2025
commit ad01ffb7cc28258b4ae89eff641bda17e4b86973
1 change: 0 additions & 1 deletion .ci/manywheel/build_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
'$ORIGIN/../../nvidia/cusolver/lib'
'$ORIGIN/../../nvidia/cusparse/lib'
'$ORIGIN/../../nvidia/nccl/lib'
'$ORIGIN/../../nvidia/nvjitlink/lib'
'$ORIGIN/../../nvidia/nvtx/lib'
)
CUDA_RPATHS=$(IFS=: ; echo "${CUDA_RPATHS[*]}")
Expand Down
Loading
0