From 0cff3b781beb078919111292d7f5a40634d42fdd Mon Sep 17 00:00:00 2001 From: Prince Canuma Date: Wed, 12 Mar 2025 15:01:13 +0100 Subject: [PATCH] Update llms/mlx_lm/models/gemma3_text.py Co-authored-by: Awni Hannun --- llms/mlx_lm/models/gemma3_text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llms/mlx_lm/models/gemma3_text.py b/llms/mlx_lm/models/gemma3_text.py index 81127d4c..291d12fe 100644 --- a/llms/mlx_lm/models/gemma3_text.py +++ b/llms/mlx_lm/models/gemma3_text.py @@ -1,4 +1,3 @@ -import inspect from dataclasses import dataclass from typing import Any, Optional