Warn users when release_memory_occupation is called without memory saver enabled (#4566)

This commit is contained in:
fzyzcjy
2025-03-26 15:18:14 +08:00
committed by GitHub
parent 34e07a65f1
commit 26f07294f1
10 changed files with 50 additions and 12 deletions

View File

@@ -624,7 +624,6 @@ class TestMinicpmoServer(TestOpenAIVisionServer):
"minicpmo",
"--mem-fraction-static",
"0.7",
"--tp=2",
],
)
cls.base_url += "/v1"