diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index a389639a63..1cfbb29bb3 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -24,6 +24,7 @@ from .llama import * from ..kernels import ( post_patch_loss_function, ) +from ._utils import __version__ from peft import LoraConfig, TaskType, get_peft_model from transformers import set_seed as transformers_set_seed from unsloth_zoo.peft_utils import ( @@ -250,7 +251,7 @@ class FastBaseVisionModel: return model pass - + @staticmethod def patch_peft_model(