Skip to content

Commit a810f31

Browse files
committed
doc: add model revision
1 parent c5a22bf commit a810f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ADVANCED_USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Below are all the arguments for `bigcodebench.evaluate` for the remote evaluatio
5757
- `--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`
60+
- `--revision`: The revision of the model with the vLLM or HF backend, default to `main`
6061
- `--tp`: The tensor parallel size for the vLLM backend, default to `1`
6162
- `--trust_remote_code`: Whether to trust the remote code, default to `False`
6263
- `--tokenizer_name`: The name of the customized tokenizer, default to `None`

0 commit comments

Comments
 (0)