HIGH: _patched_merge_caches missing CacheList handling #46

Closed
opened 2026-05-09 18:02:23 +02:00 by sleepy · 0 comments
Owner

Bug

_patched_merge_caches does not handle CacheList instances, raising ValueError when merging batches containing hybrid models.

Impact

  • Crashes batch generation for models with CacheList layers
  • Triggers scheduler cache corruption recovery

Fix

Add CacheList handling to _patched_merge_caches

File

omlx/scheduler.py:265-285

## Bug _patched_merge_caches does not handle CacheList instances, raising ValueError when merging batches containing hybrid models. ## Impact - Crashes batch generation for models with CacheList layers - Triggers scheduler cache corruption recovery ## Fix Add CacheList handling to _patched_merge_caches ## File omlx/scheduler.py:265-285
Sign in to join this conversation.
No labels
bug
feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sleepy/omlx#46
No description provided.