diff --git a/README.md b/README.md index 297c32a..82afc57 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,8 @@ bash scripts/run.sh --method cot --LM $POLICY_MODEL_PATH --RM dummy --width 1 -- ##### Best-of-N (BoN) -> [!NOTE] Configuring batch size for BoN and DVTS: +> [!NOTE] +> Configuring batch size for BoN and DVTS: > For instance, when running BoN on MATH-500, it processes 500 problems with each executing 256 times (determined by num_q). To enhance the compute efficiency, it is recommended to distribute the problems across multiple GPUs by adjusting the batch size (bs). For example, set bs to 500 for 256 GPUs or 16000 for 8 GPUs. ```bash