"benchmark/vscode:/vscode.git/clone" did not exist on "e8e18dcdcca0e6d4eacccd074bea9da2ad6a3e18"
Commit 44ec8a1b authored by Muyang Li's avatar Muyang Li
Browse files

[Auto Merge] test: use CPU offload to save GPU memory in multi-batch test (#344)

parents 336d56ef 25383861
...@@ -11,7 +11,7 @@ from .utils import run_test ...@@ -11,7 +11,7 @@ from .utils import run_test
"height,width,attention_impl,cpu_offload,expected_lpips,batch_size", "height,width,attention_impl,cpu_offload,expected_lpips,batch_size",
[ [
(1024, 1024, "nunchaku-fp16", False, 0.140 if get_precision() == "int4" else 0.135, 2), (1024, 1024, "nunchaku-fp16", False, 0.140 if get_precision() == "int4" else 0.135, 2),
(1920, 1080, "flashattn2", False, 0.160 if get_precision() == "int4" else 0.123, 4), (1920, 1080, "flashattn2", True, 0.160 if get_precision() == "int4" else 0.123, 4),
], ],
) )
def test_flux_schnell( def test_flux_schnell(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment