Skip to content

Commit 29370e4

Browse files
authored
Update vllm_rollout_spmd.py
1 parent b925fd8 commit 29370e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verl/workers/rollout/vllm_rollout_spmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def generate_sequences(self, prompts: DataProto) -> DataProto:
167167
)
168168
else:
169169
vllm_inputs = [
170-
{"prompt_token_ids": list(raw_prompt_ids)} for raw_prompt_ids in non_tensor_batch.pop("raw_prompt_ids")
170+
{"prompt_token_ids": list(raw_prompt_ids)} for raw_prompt_ids in batch_raw_prompt_ids
171171
]
172172

173173
# users can customize different sampling_params at different run

0 commit comments

Comments
 (0)