fix: resolve nightly eval (#1426)
This commit is contained in:
@@ -52,7 +52,7 @@ class TestEvalAccuracyLarge(unittest.TestCase):
|
|||||||
if is_tp2:
|
if is_tp2:
|
||||||
other_args.extend(["--tp", "2"])
|
other_args.extend(["--tp", "2"])
|
||||||
if "DeepSeek" in model:
|
if "DeepSeek" in model:
|
||||||
other_args.append("--enable-mla")
|
other_args.extend(["--enable-mla", "--mem-frac", "0.85"])
|
||||||
|
|
||||||
self.process = popen_launch_server(
|
self.process = popen_launch_server(
|
||||||
model,
|
model,
|
||||||
|
|||||||
Reference in New Issue
Block a user