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 49288d6 commit 61f2f9cCopy full SHA for 61f2f9c
pyproject.toml
@@ -204,6 +204,8 @@ filterwarnings = [
204
"ignore:.*did not already require gradients, required_grads has been set automatically:UserWarning",
205
# Filter `pytorch_lightning` warnings:
206
"ignore:GPU available but not used:UserWarning",
207
+ # Filter `torch.jit.script` deprication warnings:
208
+ "ignore:.*torch.jit.script.*is deprecated.*:DeprecationWarning",
209
"error::DeprecationWarning",
210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
0 commit comments