Skip to content

[feat] mv error log from infer_engine to infer_engine_error.log#1217

Closed
YanhuiDua wants to merge 4 commits intoInternLM:mainfrom
YanhuiDua:mv_error_log
Closed

[feat] mv error log from infer_engine to infer_engine_error.log#1217
YanhuiDua wants to merge 4 commits intoInternLM:mainfrom
YanhuiDua:mv_error_log

Conversation

@YanhuiDua
Copy link
Copy Markdown
Collaborator

No description provided.

self.rollout_controller.rollout.remote(
response_futures = []
for sample in group_data_items:
extra_info = sample.data.extra_info if hasattr(sample.data, "extra_info") else {}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
extra_info = sample.data.extra_info if hasattr(sample.data, "extra_info") else {}
extra_info = sample.data.get('extra_info', {})

@YanhuiDua YanhuiDua closed this Nov 25, 2025
@YanhuiDua YanhuiDua deleted the mv_error_log branch March 3, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants