Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLiu112 committed Feb 19, 2025
1 parent 0b8d379 commit 7d471d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d471d2

Please sign in to comment.