Skip to content
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

change pytorch cu121 to stable to fix ci #97

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

dongxuy04
Copy link
Contributor

@dongxuy04 dongxuy04 commented Nov 21, 2023

This PR is to fix wheel-test in CI.
@chuangz0 also helped find the root course:
Pytorch cu121 nightly seems will initialize CUDA at import time, which will cause later forked subprocess failed in CUDA calls.
Fix:
Change pytorch cu121 back to stable.

@dongxuy04 dongxuy04 added bug Something isn't working non-breaking Introduces a non-breaking change labels Nov 21, 2023
@dongxuy04 dongxuy04 marked this pull request as ready for review November 21, 2023 04:31
@dongxuy04 dongxuy04 requested a review from a team as a code owner November 21, 2023 04:31
Copy link
Member

@tingyu66 tingyu66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for the fix. Let's remove the --pre flag (that allows pre-releases) from line 27 as well.

@BradReesWork
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 02794d9 into rapidsai:branch-23.12 Nov 21, 2023
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants