| 1 | """Utilities to manipulate DynamicCache and coordinate KV anchor workflows. |
| 2 | |
| 3 | This module extends `transformers.cache_utils.DynamicCache` with operations for |
| 4 | safe slicing, concatenation, selection, splitting by placeholder spans, and |
nothing calls this directly
no test coverage detected