Skip to content
Merged
1 change: 1 addition & 0 deletions loadgen/mlperf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ llama3_1-405b-interactive.*.sample_concatenate_permutation = 1
llama3_1-8b.*.sample_concatenate_permutation = 1
llama3_1-8b-interactive.*.sample_concatenate_permutation = 1
deepseek-r1.*.sample_concatenate_permutation = 1
whisper.*.sample_concatenate_permutation = 1

*.Server.target_latency = 10
*.Server.target_latency_percentile = 99
Expand Down
1 change: 1 addition & 0 deletions tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ def requires_equal_issue(self, model):
"llama3.1-8b",
"deepseek-r1",
"rgat",
"whisper",
]
)

Expand Down