Skip to content

Commit 02f97f4

Browse files
committed
change default seed values in schema.py for qwen3-vl
Signed-off-by: John Calderon <[email protected]>
1 parent a74e3cb commit 02f97f4

File tree

1 file changed

+3
-3
lines changed
  • multimodal/qwen3-vl/src/mlperf_inf_mm_q3vl

1 file changed

+3
-3
lines changed

multimodal/qwen3-vl/src/mlperf_inf_mm_q3vl/schema.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@ class TestSettings(BaseModelWithAttributeDescriptionsFromDocstrings):
250250

251251
"""Random number generation settings"""
252252

253-
qsl_rng_seed: int = 0
253+
qsl_rng_seed: int = 2465351861681999779
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 = 0
257+
sample_index_rng_seed: int = 14276810075590677512
258258
"""Affects the order in which samples from the performance set will
259259
be included in queries."""
260260

261-
schedule_rng_seed: int = 0
261+
schedule_rng_seed: int = 3936089224930324775
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.

0 commit comments

Comments
 (0)