From 307e98c1193ca23f267ef1c9ac30ecf4265e6584 Mon Sep 17 00:00:00 2001 From: Yixiao Zeng Date: Tue, 3 Feb 2026 23:18:14 -0800 Subject: [PATCH] fix: add SGLANG_IS_IN_CI env var to notebook workflows The speculative decoding notebook was failing in documentation CI because the SGLANG_IS_IN_CI environment variable was not set. Fixes #18220 Co-authored-by: Yixiao Zeng