Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
f84b57c8
Unverified
Commit
f84b57c8
authored
Aug 28, 2025
by
Xinyuan Tong
Committed by
GitHub
Aug 28, 2025
Browse files
Move git clone command up from README (#9740)
parent
aee094e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
benchmark/gpt_oss/README.md
benchmark/gpt_oss/README.md
+3
-3
No files found.
benchmark/gpt_oss/README.md
View file @
f84b57c8
...
@@ -85,8 +85,10 @@ OPENAI_API_KEY=dummy python -m gpt_oss.evals \
...
@@ -85,8 +85,10 @@ OPENAI_API_KEY=dummy python -m gpt_oss.evals \
```
```
### Reproduce the benchmark result of acceptance length
### Reproduce the benchmark result of acceptance length
> Note: On B200, if top k is 1, set `--attention-backend trtllm_mha`
```
bash
```
bash
git clone https://github.com/sgl-project/SpecForge.git
cd
SpecForge/benchmarks
config_list
=(
config_list
=(
"1,0,0,0"
"1,0,0,0"
"1,3,1,4"
"1,3,1,4"
...
@@ -137,8 +139,6 @@ python3 -m sglang.launch_server --model openai/gpt-oss-120b --speculative-algo E
...
@@ -137,8 +139,6 @@ python3 -m sglang.launch_server --model openai/gpt-oss-120b --speculative-algo E
Benchmark Command
Benchmark Command
```
bash
```
bash
git clone https://github.com/sgl-project/SpecForge.git
cd
SpecForge/benchmarks
config_list
=(
config_list
=(
"1,0,0,0"
"1,0,0,0"
"1,3,1,4"
"1,3,1,4"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment