Skip to content

Commit 5574287

Browse files
committed
baseline
1 parent ccb9503 commit 5574287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llm_judge/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ python gen_model_answer_medusa.py --model-path FasterDecoding/medusa-vicuna-13b
1919
python gen_model_answer_medusa.py --model-path FasterDecoding/medusa-vicuna-33b-v1.3 --model-id medusa-vicuna-33b-v1.3-0
2020
```
2121

22+
- Run baseline: replace `gen_model_answer_medusa.py` with `gen_model_answer_baseline.py` (Please note we only implement the greedy inference for wall-time comparison. If you want to use the sampling generator, please refer to the original repository.)
23+
24+
2225
- Query the results
2326

2427
```

0 commit comments

Comments
 (0)