Skip to content

Commit

Permalink
Further adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
simveit committed Feb 1, 2025
1 parent dc44ee1 commit 5c1eb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The core features include:
references/sampling_params.md
references/hyperparameter_tuning.md
references/benchmark_and_profiling.md
references/accuracy_evaluation.md
references/custom_chat_template.md
references/deepseek.md
references/llama_405B.md
Expand Down
4 changes: 2 additions & 2 deletions docs/references/accuracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This guide shows how to evaluate model accuracy using SGLang's [built-in benchmarks](https://github.com/sgl-project/sglang/tree/b045841baeff37a5601fcde23fa98bd09d942c36/benchmark).

## Evalutating model accuracy with SGLang
## Benchmarking Model Accuracy

This is a reference workflow for the [MMLU benchmark](). For more details or other benchmarks, please refer to the README in each specific benchmark folder under [sglang/benchmark](https://github.com/sgl-project/sglang/tree/b045841baeff37a5601fcde23fa98bd09d942c36/benchmark).
This is a reference workflow for the [MMLU benchmark](https://github.com/sgl-project/sglang/tree/main/benchmark/mmlu). For more details or other benchmarks, please refer to the README in each specific benchmark folder under [sglang/benchmark](https://github.com/sgl-project/sglang/tree/b045841baeff37a5601fcde23fa98bd09d942c36/benchmark).

```bash
# Step 1: Download the dataset
Expand Down

0 comments on commit 5c1eb25

Please sign in to comment.