Skip to content

Commit c67c8a3

Browse files
committed
ignore torch.load futurewarning
1 parent 561c02c commit c67c8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ filterwarnings = [
182182
# "error::DeprecationWarning",
183183
"error::FutureWarning",
184184
"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",
185186
]
186187
xfail_strict = true
187188
junit_duration_report = "call"

0 commit comments

Comments
 (0)