We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065b50e commit e527890Copy full SHA for e527890
1 file changed
backends/mlx/llm/source_transformation.py
@@ -22,9 +22,8 @@
22
from executorch.backends.mlx.llm.cache import (
23
HFStaticCache,
24
KVCache,
25
- RingBufferKVCache,
26
resolve_hf_cache_layout,
27
- resolve_hf_text_config,
+ RingBufferKVCache,
28
)
29
30
logger = logging.getLogger(__name__)
0 commit comments