-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build CUDA 12.0 ARM conda packages. #542
Conversation
There are some false positives from flake8 with Python 3.12. It thinks that CSS embedded in f-strings should abide by Python syntax rules, which isn't right. I fixed this by pinning the Python version in style checks, like we already do for all other RAPIDS repositories. See 36dbdc1 for the fix. I don't see this with flake8 in Python 3.10 when running locally, but I can replicate it with Python 3.12.
|
/merge |
/merge |
This PR builds conda packages using CUDA 12 on ARM.
Closes #538.