Skip to content

Commit 991e41c

Browse files
authored
doc: add warning
1 parent 8b9b46e commit 991e41c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ pip install "git+https://github.com/bigcode-project/bigcodebench.git#egg=bigcode
8585
## 🚀 Remote Evaluation
8686

8787
We use the greedy decoding as an example to show how to evaluate the generated code samples via remote API.
88+
> [!Warning]
89+
>
90+
> To ease the generation, we use batch inference by default. However, the batch inference results could vary from *batch sizes to batch sizes* and *versions to versions*, at least for the vLLM backend. If you want to get more deterministic results for greedy decoding, please set `--bs` to `1`.
8891
8992
> [!Note]
9093
>

0 commit comments

Comments
 (0)