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 b0b6d4e commit e241699Copy full SHA for e241699
pyproject.toml
@@ -207,6 +207,8 @@ filterwarnings = [
207
"error::DeprecationWarning",
208
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
209
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
210
+ # Filter `torch.jit.*` deprication warnings:
211
+ "ignore:.*torch.jit.*:DeprecationWarning",
212
]
213
markers = [
214
"rag: mark test as RAG test",
0 commit comments