From e1d51be91f6be39e585756568a8f66b99ac2c512 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Fri, 10 Jul 2026 21:47:35 -0700 Subject: [PATCH] [Tiny] Fix a typo in cookbook (#30837) --- docs_new/cookbook/autoregressive/GLM/GLM-5.2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_new/cookbook/autoregressive/GLM/GLM-5.2.mdx b/docs_new/cookbook/autoregressive/GLM/GLM-5.2.mdx index cbd45985a..f21ec1094 100644 --- a/docs_new/cookbook/autoregressive/GLM/GLM-5.2.mdx +++ b/docs_new/cookbook/autoregressive/GLM/GLM-5.2.mdx @@ -53,7 +53,7 @@ import { benchmarks } from "/src/snippets/configs/zai-org/glm-5.2-benchmarks.jsx - Speed numbers are measured with `--random-range-ratio 1.0`, `--flush-cache`, on `main @ 09ca4fc`. Spec cells pin the EAGLE acceptance length via the serve env `SGLANG_SIMULATE_ACC_LEN` (low-latency 5-1-6 = 3.5, balanced 1-1-2 = 2); high-throughput has no spec. + Speed numbers are measured with `--random-range-ratio 1.0`, `--flush-cache`, on `main @ 09ca4fc`. Spec cells pin the EAGLE acceptance length via the serve env `SGLANG_SIMULATE_ACC_LEN` (low-latency 5-1-6 = 3.5, balanced 2-1-3 = 2); high-throughput has no spec. ## Playground