Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshulai committed Feb 8, 2025
1 parent 0fd82c6 commit c34d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verl/workers/rollout/vllm_rollout/vllm_rollout.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from verl.utils.torch_functional import get_eos_mask, pad_sequence_to_length
from verl.workers.rollout.base import BaseRollout
from verl.third_party.vllm import LLM, vllm_version
from vllm.distributed import parallel_state as vllm_ps
from verl.third_party.vllm import parallel_state as vllm_ps
from vllm import SamplingParams

# TODO
Expand Down

0 comments on commit c34d67e

Please sign in to comment.