Update loader.py
This commit is contained in:
parent
aacc8e227b
commit
5395a053c0
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ class FastVisionModel(FastBaseVisionModel):
|
|||
fuse_lm_head = True,
|
||||
gradient_checkpointing = True,
|
||||
manual_replacements = True,
|
||||
fast_lora_forwards = False,
|
||||
fast_lora_forwards = True,
|
||||
fast_residual_stream = False,
|
||||
accurate_accumulation = True,
|
||||
epilogue_fusion = True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue