Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

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
@dongxuy04 dongxuy04 requested a review from tingyu66 November 21, 2023 04:35
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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