Skip to content

Commit

Permalink
use get log probs OOM fix for the reference model
Browse files Browse the repository at this point in the history
  • Loading branch information
rizar committed Jan 5, 2025
1 parent f90aaa6 commit 88bf640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/rl_gsm8k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ vllm_config:
vllm_kwargs:
--download-dir: /mnt/llmd/base_models/
--gpu-memory-utilization: 0.9
# VLLM get log probs OOM https://github.com/vllm-project/vllm/issues/5907
# --enable-chunked-prefill: ""
# --max-num-batched-tokens: 256
--num-scheduler-steps: 16
--disable-log-requests: ""
--max-num-seqs: 1024
Expand All @@ -50,6 +47,9 @@ vllm_config:
--num-scheduler-steps: 16
ref_vllm_kwargs:
--num-scheduler-steps: 1
# VLLM get log probs OOM https://github.com/vllm-project/vllm/issues/5907
--enable-chunked-prefill: ""
--max-num-batched-tokens: 256

output_dir: outputs/rl_gsm8k_deepspeed
accelerate_cfg_path: conf/accelerate/accelerate_base.yaml
Expand Down

0 comments on commit 88bf640

Please sign in to comment.