Update vision.py
This commit is contained in:
parent
b0ac6a5ba4
commit
0d017bc6cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue