We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d363da commit bf195c9Copy full SHA for bf195c9
torch_geometric/distributed/dist_neighbor_loader.py
@@ -89,8 +89,8 @@ def __init__(
89
)
90
else:
91
warn(
92
- "`torch_geometric.distributed` has been deprecated since 2.7.0 and will "
93
- "no longer be maintained. For distributed training, refer to our "
+ "`torch_geometric.distributed` has been deprecated since 2.7.0 and will " # noqa: E501
+ "no longer be maintained. For distributed training, refer to our " # noqa: E501
94
"tutorials on distributed training at "
95
"https://pytorch-geometric.readthedocs.io/en/latest/tutorial/distributed.html " # noqa: E501
96
"or cuGraph examples at "
0 commit comments