From 8290171f5247061d48ca6545d2e298599db0359c Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:24:11 +0800 Subject: [PATCH] [CI] Remove `--mem-fraction-static 0.93` from gpt-oss test (#18869) --- test/registered/4-gpu-models/test_gpt_oss_4gpu.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/registered/4-gpu-models/test_gpt_oss_4gpu.py b/test/registered/4-gpu-models/test_gpt_oss_4gpu.py index 8ccf4d1b9..e43c1f64d 100644 --- a/test/registered/4-gpu-models/test_gpt_oss_4gpu.py +++ b/test/registered/4-gpu-models/test_gpt_oss_4gpu.py @@ -30,8 +30,6 @@ class TestGptOss4Gpu(BaseTestGptOss): "4", "--cuda-graph-max-bs", "200", - "--mem-fraction-static", - "0.93", ], )