[CPU] fix OOM when mem-fraction is not set (#9090)

This commit is contained in:
Zaili Wang
2025-09-11 14:52:22 +08:00
committed by GitHub
parent 4aa1e69bc7
commit ef959d7b85
6 changed files with 29 additions and 16 deletions

View File

@@ -109,7 +109,7 @@ class TestIntelAMXAttnBackend(CustomTestCase):
"--attention-backend",
"intel_amx",
"--mem-fraction-static",
"0.05",
"0.3",
"--disable-radix",
"--trust-remote-code",
"--disable-overlap-schedule",