-
Notifications
You must be signed in to change notification settings - Fork 303
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
Removed equivariance #4762
base: branch-24.12
Are you sure you want to change the base?
Removed equivariance #4762
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow! Did not realize this was getting cut this release too!
Have you informed ops that we won't be publishing 24.12 packages of this?
There are some other changes that'll be required too:
- devcontainers: remove this: https://github.com/rapidsai/devcontainers/blob/f3b4eba2b485c74d343c4a34fb813d2212129ddb/features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml#L233-L235
- rapids-metadata: add a line like https://github.com/rapidsai/rapids-metadata/blob/e8bbce7d5d1b38fe8950a13e3859742d68db729b/src/rapids_metadata/__init__.py#L171
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I put up devcontainers and rapids-metadata changes for you.
That devcontainers PR will need to pass and be merged before CI can succeed here. And before that can happen, we'll need to get rapidsai/cugraph-gnn#69 merged and new |
I learned yesterday that `cugraph-equivariance` is going to be completely removed in RAPIDS 24.12: rapidsai/cugraph#4762 This proposes updating `rapids-metadata` accordingly.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
a3c9531
to
50af645
Compare
merge conflict caused the nx PR to get merged in |
The cugraph-equivariant package was moved into cuEquivarioance a few release ago. This PR removes the code and build processes