Update loader.py
This commit is contained in:
parent
3b10451582
commit
3524ef8caf
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue