Add skip patterns, tee to file, tensor load warning in dump comparator (#19600)

This commit is contained in:
fzyzcjy
2026-03-01 10:36:22 +08:00
committed by GitHub
parent b0b26a7ef1
commit 46960e65cf
10 changed files with 684 additions and 172 deletions
@@ -0,0 +1,9 @@
import pytest
from sglang.srt.debug_utils.comparator.output_types import report_sink
@pytest.fixture(autouse=True)
def _reset_report_sink() -> None:
yield
report_sink._reset()