Skip to content

Commit 9ff42ca

Browse files
committed
fix(doc): change id_range input
1 parent 570a4c8 commit 9ff42ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADVANCED_USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below are all the arguments for `bigcodebench.evaluate` for the remote evaluatio
5454
- `--strip_newlines`: Whether to strip newlines, default to `False`, set to `True` to strip newlines for some model series like StarCoder2
5555
- `--direct_completion`: Whether to use direct completion, default to `False`
5656
- `--resume`: Whether to resume the evaluation, default to `True`, set to `False` to re-run the evaluation
57-
- `--id_range`: The range of the tasks to evaluate, default to `None`, e.g. `--id_range 10,20` will evaluate the tasks from 10 to 20
57+
- `--id_range`: The range of the tasks to evaluate, default to `None`, e.g. `--id_range 10-20` will evaluate the tasks from 10 to 20
5858
- `--backend`: The backend to use, default to `vllm`
5959
- `--base_url`: The base URL of the backend for OpenAI-compatible APIs, default to `None`
6060
- `--revision`: The revision of the model with the vLLM or HF backend, default to `main`

0 commit comments

Comments
 (0)