Skip to content

Commit 0ff7de2

Browse files
committed
Merge branch 'standalone_old_log_prob_support' of https://github.com/meituan-search/verl into standalone_old_log_prob_support
2 parents a8e27ba + 7d75b0a commit 0ff7de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verl/experimental/agent_loop/tool_agent_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def _handle_generating_state(
251251
if output.log_probs:
252252
agent_data.response_logprobs += output.log_probs
253253
if output.old_log_probs:
254-
agent_data.response_logprobs += output.old_log_probs
254+
agent_data.response_oldlogprobs += output.old_log_probs
255255
if output.routed_experts is not None:
256256
agent_data.routed_experts = output.routed_experts
257257

0 commit comments

Comments
 (0)