Skip to content

Commit 9ee564e

Browse files
authored
feat: Change vllm frac to 0.6 (#31)
Signed-off-by: Parth Chadha <pchadha@nvidia.com>
1 parent 56883ce commit 9ee564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/configs/grpo_math_1B.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ policy:
5959
top_k: null
6060
vllm_cfg:
6161
tensor_parallel_size: 1
62-
gpu_memory_utilization: 0.7
62+
gpu_memory_utilization: 0.6
6363
max_model_len: ${policy.max_total_sequence_length}
6464

6565
data:

0 commit comments

Comments
 (0)