Skip to content

Commit 86432eb

Browse files
committed
ignore recompile limit for now
1 parent 589aa81 commit 86432eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ xfail_strict = true
244244
filterwarnings = [
245245
"error",
246246
'ignore:.*torch.jit.script_method.*',
247+
'ignore:.*accumulated_recompile_limit reached.*',
247248
]
248249
log_cli_level = "INFO"
249250
testpaths = ["tests"]

0 commit comments

Comments
 (0)