Add missing import of inspect (#3778)

* Add missing import of inspect

* Update device_type.py
This commit is contained in:
Strahinja Stamenkovic 2025-12-26 03:43:59 +01:00 committed by GitHub
commit 08f1716a70

View file

@ -24,6 +24,7 @@ __all__ = [
import torch
import functools
import inspect
from unsloth_zoo.utils import Version