Add fixed and exact-trace Frontier surfaces

This commit is contained in:
2026-07-17 10:13:25 +08:00
parent 0c747448b6
commit 6e8704d525
24 changed files with 8949 additions and 6 deletions

View File

@@ -138,6 +138,7 @@ def validate_profile(paths: dict[str, Path]) -> dict[str, Any]:
if int(row["num_tensor_parallel_workers"]) == tp
and row["is_prefill"].lower() == "true"
and row.get("is_true_mixed_batch", "").lower() != "true"
and int(float(row["batch_size"])) == 1
and int(float(row["total_tokens"])) == 2048
]
if len(exact) != 1: