Update loader.py
This commit is contained in:
parent
0d017bc6cf
commit
646c1ddb67
1 changed files with 1 additions and 0 deletions
|
|
@ -490,6 +490,7 @@ class FastVisionModel(FastBaseVisionModel):
|
|||
device_map = device_map,
|
||||
trust_remote_code = trust_remote_code,
|
||||
revision = revision if not is_peft else None,
|
||||
model_types = model_types,
|
||||
*args, **kwargs,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue