Update loader.py

This commit is contained in:
Daniel Han 2024-12-26 01:32:56 -08:00
commit 2e5dbe4cc2

View file

@ -470,7 +470,7 @@ class FastVisionModel(FastBaseVisionModel):
fuse_lm_head = True,
gradient_checkpointing = True,
manual_replacements = True,
fast_lora_forwards = True,
fast_lora_forwards = False,
fast_residual_stream = False,
epilogue_fusion = True,
max_autotune = False,