From bfe638f7e87dbdf79dae0c34eafd40a45d687413 Mon Sep 17 00:00:00 2001 From: Taishi Nakamura <82321333+Taishi-N324@users.noreply.github.com> Date: Fri, 14 Nov 2025 04:34:57 +0900 Subject: [PATCH] Fix broken Markdown formatting in DeepEP documentation (#13210) --- docs/references/environment_variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/references/environment_variables.md b/docs/references/environment_variables.md index 0e530b9a9..7e90f642b 100644 --- a/docs/references/environment_variables.md +++ b/docs/references/environment_variables.md @@ -47,6 +47,7 @@ SGLang supports various environment variables that can be used to configure its ## DeepEP Configuration | Environment Variable | Description | Default Value | +| --- | --- | --- | | `SGLANG_DEEPEP_BF16_DISPATCH` | Use Bfloat16 for dispatch | `"false"` | | `SGLANG_CUTEDSL_MOE_NVFP4_DISPATCH` | Use nvfp4 for dispatch | `"false"` |