[LOW] Duplicate assignment in BatchQuantizedKVCache.merge() #111

Closed
opened 2026-05-20 12:33:28 +02:00 by sleepy · 0 comments
Owner

In omlx/cache/batch_quantized_cache.py lines 245-246, first = caches[0] is duplicated. Harmless but sloppy.

Fix

Remove the duplicate line.

In omlx/cache/batch_quantized_cache.py lines 245-246, first = caches[0] is duplicated. Harmless but sloppy. ## Fix Remove the duplicate line.
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#111
No description provided.