Skip to content

refactor: clean up rollout engine#12

Merged
warlockee merged 1 commit into
mainfrom
cleanup/rollout-engine
Mar 10, 2026
Merged

refactor: clean up rollout engine#12
warlockee merged 1 commit into
mainfrom
cleanup/rollout-engine

Conversation

@warlockee

Copy link
Copy Markdown
Owner

Summary

  • Fix generate() body indentation (was 16 spaces, now standard 8)
  • Extract multimodal prompt decoding into _decode_multimodal() helper
  • Move base64, io imports to module level
  • Fix typos in replay_buffer.py

Test plan

  • All 33 existing tests pass
  • vllm_engine and replay_buffer import cleanly

🤖 Generated with Claude Code

…al helper

- Fix generate() body indentation (16 spaces → 8)
- Extract multimodal prompt decoding into _decode_multimodal()
- Move stdlib imports (base64, io) to module level
- Fix "weired" → "weird" typos in replay_buffer.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@warlockee
warlockee merged commit f6894ce into main Mar 10, 2026
1 check passed
@warlockee
warlockee deleted the cleanup/rollout-engine branch March 10, 2026 02:47
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.

1 participant