[CI/Build] Use a fixed seed to avoid flaky tests (#14480)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -30,8 +30,6 @@ def server():
|
||||
"/" + ROOT_PATH,
|
||||
"--chat-template",
|
||||
DUMMY_CHAT_TEMPLATE,
|
||||
"--seed",
|
||||
"0",
|
||||
]
|
||||
envs = os.environ.copy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user