File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
multimodal/qwen3-vl/src/mlperf_inf_mm_q3vl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,15 +250,15 @@ class TestSettings(BaseModelWithAttributeDescriptionsFromDocstrings):
250250
251251 """Random number generation settings"""
252252
253- qsl_rng_seed : int = 2465351861681999779
253+ qsl_rng_seed : int = 0
254254 """Affects which subset of samples from the QSL are chosen for
255255 the performance sample set and accuracy sample sets."""
256256
257- sample_index_rng_seed : int = 14276810075590677512
257+ sample_index_rng_seed : int = 0
258258 """Affects the order in which samples from the performance set will
259259 be included in queries."""
260260
261- schedule_rng_seed : int = 3936089224930324775
261+ schedule_rng_seed : int = 0
262262 """Affects the poisson arrival process of the Server scenario.
263263 Different seeds will appear to "jitter" the queries
264264 differently in time, but should not affect the average issued QPS.
You can’t perform that action at this time.
0 commit comments