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 005c439 commit 2ab89a2Copy full SHA for 2ab89a2
pyproject.toml
@@ -182,7 +182,7 @@ filterwarnings = [
182
# "error::DeprecationWarning",
183
"error::FutureWarning",
184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185
- "ignore:.*You are using `torch.load` with `weights_only=False` (the current default value).*:FutureWarning",
+ "ignore:You are using `torch.load` with `weights_only=False`.*:FutureWarning",
186
]
187
xfail_strict = true
188
junit_duration_report = "call"
0 commit comments