[CI/Build] Use a fixed seed to avoid flaky tests (#14480)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-03-08 19:30:09 +08:00
committed by GitHub
parent cfd0ae8234
commit 33f227e16b
4 changed files with 7 additions and 6 deletions

View File

@@ -47,8 +47,6 @@ def default_server_args():
"--enforce-eager",
"--max-num-seqs",
"128",
"--seed",
"0",
]