Skip to content

Commit 1f54ef4

Browse files
committed
update format2
1 parent afea52d commit 1f54ef4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

collector/collect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def collect_trtllm(num_processes: int, ops: list[str] | None = None):
375375
"module": "trtllm.collect_mla",
376376
"get_func": "get_context_mla_test_cases",
377377
"run_func": "run_mla",
378-
"version_handler": lambda v: "trtllm.collect_mla_1_1rc2"
378+
"version_handler": lambda v: "trtllm.collect_mla_1_1rc2"
379379
if v.startswith(("1.1.0", "1.2.0")) else "trtllm.collect_mla",
380380
},
381381
{
@@ -384,7 +384,7 @@ def collect_trtllm(num_processes: int, ops: list[str] | None = None):
384384
"module": "trtllm.collect_mla",
385385
"get_func": "get_generation_mla_test_cases",
386386
"run_func": "run_mla",
387-
"version_handler": lambda v: "trtllm.collect_mla_1_1rc2"
387+
"version_handler": lambda v: "trtllm.collect_mla_1_1rc2"
388388
if v.startswith(("1.1.0", "1.2.0")) else "trtllm.collect_mla",
389389
},
390390
# Attention collections - separate entries for context and generation

collector/trtllm/collect_mla_1_1rc2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
from helper import log_perf
2727

28+
2829
def get_context_mla_test_cases():
2930
dtype_list = [tensorrt_llm.bindings.DataType.BF16, tensorrt_llm.bindings.DataType.FP8]
3031
test_cases = []

0 commit comments

Comments
 (0)