MEDIUM: BatchQuantizedKVCache missing size() and empty() methods #44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
BatchQuantizedKVCache does not implement size() and empty() methods that mlx_lm BatchGenerator may call.
Impact
AttributeError during batch operations if mlx_lm calls these methods.
Fix
Add size() and empty() methods.
File
omlx/cache/batch_quantized_cache.py