Add missing import of inspect (#3778)
* Add missing import of inspect * Update device_type.py
This commit is contained in:
parent
d7e3adf889
commit
08f1716a70
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ __all__ = [
|
|||
|
||||
import torch
|
||||
import functools
|
||||
import inspect
|
||||
from unsloth_zoo.utils import Version
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue