From f84b57c80efa37f4956484ccb45ea984a170e4f5 Mon Sep 17 00:00:00 2001 From: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:27:00 +0000 Subject: [PATCH] Move git clone command up from README (#9740) --- benchmark/gpt_oss/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/gpt_oss/README.md b/benchmark/gpt_oss/README.md index 16d8ac3de..baf164e10 100644 --- a/benchmark/gpt_oss/README.md +++ b/benchmark/gpt_oss/README.md @@ -85,8 +85,10 @@ OPENAI_API_KEY=dummy python -m gpt_oss.evals \ ``` ### Reproduce the benchmark result of acceptance length - +> Note: On B200, if top k is 1, set `--attention-backend trtllm_mha` ```bash +git clone https://github.com/sgl-project/SpecForge.git +cd SpecForge/benchmarks config_list=( "1,0,0,0" "1,3,1,4" @@ -137,8 +139,6 @@ python3 -m sglang.launch_server --model openai/gpt-oss-120b --speculative-algo E Benchmark Command ```bash -git clone https://github.com/sgl-project/SpecForge.git -cd SpecForge/benchmarks config_list=( "1,0,0,0" "1,3,1,4"