Skip to content

Commit e527890

Browse files
committed
Fix MLX source transformation lint
1 parent 065b50e commit e527890

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backends/mlx/llm/source_transformation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
from executorch.backends.mlx.llm.cache import (
2323
HFStaticCache,
2424
KVCache,
25-
RingBufferKVCache,
2625
resolve_hf_cache_layout,
27-
resolve_hf_text_config,
26+
RingBufferKVCache,
2827
)
2928

3029
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)