From ac276a4d78853787a48cc02a989a80a07e8da89d Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:55:21 -0600 Subject: [PATCH] readd missing import --- unsloth/device_type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/device_type.py b/unsloth/device_type.py index 68038de679..6a2d859d15 100644 --- a/unsloth/device_type.py +++ b/unsloth/device_type.py @@ -25,6 +25,7 @@ __all__ = [ import torch import functools from unsloth_zoo.utils import Version +import inspect @functools.cache