Skip to content

Commit fa55acc

Browse files
committed
update doc
1 parent 133b067 commit fa55acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ bigcodebench.generate \
117117
--backend [vllm|hf|openai|mistral|anthropic|google] \
118118
--tp [gpu_number] \
119119
[--trust_remote_code] \
120-
[--base_url [base_url]]
120+
[--base_url [base_url]] \
121+
[--tokenizer_name [tokenizer_name]]
121122
```
122123
>
123124
The generated code samples will be stored in a file named `[model_name]--bigcodebench-[instruct|complete]--[backend]-[temp]-[n_samples].jsonl`. Alternatively, you can use the following command to utilize our pre-built docker images for generating code samples:

0 commit comments

Comments
 (0)