From cb2dd07545b45c41f92b194eba6d7439200fd784 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 26 Dec 2024 01:26:27 -0800 Subject: [PATCH] Update loader.py --- unsloth/models/loader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index d1aae95a52..d1c8b1e07b 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -470,8 +470,8 @@ class FastVisionModel(FastBaseVisionModel): fuse_lm_head = True, gradient_checkpointing = True, manual_replacements = True, - fast_lora_forwards = True, - fast_residual_stream = True, + fast_lora_forwards = False, + fast_residual_stream = False, epilogue_fusion = True, max_autotune = False, shape_padding = True,