Move git clone command up from README (#9740)
This commit is contained in:
@@ -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
|
|||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user