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 a212c17f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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