Skip to content

Commit d6a3e0e

Browse files
committed
mypy2
Signed-off-by: hongkuanz <[email protected]>
1 parent 60a5b7d commit d6a3e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/profiler/webui/select_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def generate_config_data(prefill_data, decode_data, args):
118118
# Populate decode data
119119
if decode_data.num_gpus:
120120
# Group by GPU count for multiple datasets
121-
gpu_groups: dict[int, list[list[float]]] = {}
121+
gpu_groups: dict[int, list[dict[str, float | int]]] = {}
122122
for i, (gpu, itl, thpt, label) in enumerate(
123123
zip(
124124
decode_data.num_gpus,

0 commit comments

Comments
 (0)