From 9986787303a323b6d8b8926ebdce08611df667e5 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Wed, 13 Nov 2024 14:00:17 -0800 Subject: [PATCH] nit --- llms/mlx_lm/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms/mlx_lm/chat.py b/llms/mlx_lm/chat.py index 09a39e59..1c135ad1 100644 --- a/llms/mlx_lm/chat.py +++ b/llms/mlx_lm/chat.py @@ -5,7 +5,7 @@ import json import mlx.core as mx -from .models.cache import load_prompt_cache, make_prompt_cache, save_prompt_cache +from .models.cache import make_prompt_cache from .utils import load, stream_generate DEFAULT_TEMP = 0.0