Add fixed and exact-trace Frontier surfaces
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user