Full test coverage in dump comparator (#19279)

This commit is contained in:
fzyzcjy
2026-02-25 09:43:29 +08:00
committed by GitHub
parent 94ca2ac5d7
commit 4bb678f28a
2 changed files with 443 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ from sglang.srt.debug_utils.comparator.output_types import (
from sglang.srt.debug_utils.comparator.pipeline import process_tensor_group
from sglang.srt.debug_utils.dump_loader import filter_rows, read_meta
_NON_KEY_COLS = {"dump_index", "filename", "duplicate_index"}
_NON_KEY_COLS = {"dump_index", "filename"}
def main() -> None: