Update loader.py

This commit is contained in:
Daniel Han 2024-12-25 23:49:40 -08:00
commit 32656586ee

View file

@ -467,7 +467,7 @@ class FastVisionModel(FastBaseVisionModel):
compile_torch_modules = True,
compile_custom_modules = True,
compile_function_calls = True,
fuse_lm_head = True,
fuse_lm_head = False,
gradient_checkpointing = True,
manual_replacements = True,
fast_lora_forwards = True,