From be1bb133412855fbef066d5d7702085c90e9c665 Mon Sep 17 00:00:00 2001 From: Didan Deng <33117903+wtomin@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:32:14 +0800 Subject: [PATCH] rm 512x512_steps=20 for cfg=2+usp=2+vae-patch-parallel=4 Signed-off-by: Didan Deng <33117903+wtomin@users.noreply.github.com> --- .../perf/tests/test_qwen_image_vllm_omni.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/dfx/perf/tests/test_qwen_image_vllm_omni.json b/tests/dfx/perf/tests/test_qwen_image_vllm_omni.json index 5ec7f1cc2b6..cdd0cac2c03 100644 --- a/tests/dfx/perf/tests/test_qwen_image_vllm_omni.json +++ b/tests/dfx/perf/tests/test_qwen_image_vllm_omni.json @@ -105,22 +105,6 @@ } }, "benchmark_params": [ - { - "name": "512x512_steps20", - "dataset": "random", - "task": "t2i", - "width": 512, - "height": 512, - "num-inference-steps": 20, - "num-prompts": 10, - "max-concurrency": 1, - "enable-negative-prompt": true, - "baseline": { - "throughput_qps": 0.1, - "latency_mean": 2.7, - "peak_memory_mb_mean": 61000 - } - }, { "name": "1536x1536_steps35", "dataset": "random",