From f7603203b044318fb0ec7879d88c2955c96b78a1 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:02:30 -0800 Subject: [PATCH] Enable DeepGemm fast warmup in CI to prevent cold-cache timeouts (#18823) --- .github/workflows/pr-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 008b3600a..109a3d02f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -63,6 +63,7 @@ concurrency: env: SGLANG_IS_IN_CI: true + SGLANG_JIT_DEEPGEMM_FAST_WARMUP: true permissions: actions: write