[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

@@ -30,8 +30,6 @@ def server():
"/" + ROOT_PATH,
"--chat-template",
DUMMY_CHAT_TEMPLATE,
"--seed",
"0",
]
envs = os.environ.copy()