-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Deprecate torch_geometric.distributed
#10411
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
Conversation
Have noticed issues using this with our customers and it is no longer mantained by Intel. We should recommend using CuGraph which is only growing in popularity and contributions
torch_geometric.distributed
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@rusty1s @akihironitta @wsad1 ready for re-review and merge |
torch_geometric.distributed
torch_geometric.distributed
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm` | ||
"ignore:.*torch_geometric.distributed.*:DeprecationWarning", |
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.
@puririshi98 Mind taking care of this as a follow-up? Otherwise, it'll show the warning when user imports torch_geometric.llm
.
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.
yes its on roadmap to replace the remaining usage of it with cugraph. WIP currently
Have noticed issues using this with our customers and it is no longer mantained by Intel. We should recommend using CuGraph which is only improving in terms of stability, popularity, and features.