This commit is contained in:
yaswant19 2025-04-24 05:29:22 +05:30
parent ef9f9081dd
commit cae9b80297
2 changed files with 4 additions and 0 deletions

View File

@ -537,6 +537,8 @@ AIMV2_VISION_INPUTS_DOCSTRING = r"""
more detail.
interpolate_pos_encoding (`bool`, *optional*, defaults `False`):
Whether to interpolate the pre-trained position encodings.
return_dict (`bool`, *optional*):
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
"""

View File

@ -556,6 +556,8 @@ AIMV2_VISION_INPUTS_DOCSTRING = r"""
more detail.
interpolate_pos_encoding (`bool`, *optional*, defaults `False`):
Whether to interpolate the pre-trained position encodings.
return_dict (`bool`, *optional*):
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
"""