readd missing import

This commit is contained in:
electron271 2025-12-23 22:55:21 -06:00 committed by GitHub
commit ac276a4d78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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