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 65cbebf commit 13c2c64Copy full SHA for 13c2c64
pyproject.toml
@@ -173,6 +173,7 @@ filterwarnings = [
173
"error::FutureWarning",
174
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
175
"ignore:You are using `torch.load` with `weights_only=False`.*:FutureWarning",
176
+ "ignore::FutureWarning:torch.distributed.algorithms.ddp_comm_hooks",
177
]
178
xfail_strict = true
179
junit_duration_report = "call"
0 commit comments