o
    i                     @   s  d dl Zd dlmZ d dlmZmZmZ d dlZd dl	m
Z
 ddlmZ ddlmZ ddlmZ ddlmZ dd	lmZ dd
lmZmZmZ ddlmZmZ ddlmZ ddlmZm Z m!Z!m"Z"m#Z# ddl$m%Z% ddl&m'Z' ddl(m)Z)m*Z* edG dd de
j+Z,	dFde
j+dej-dej-dej-deej- de.de.fddZ/G d d! d!e
j+Z0ee!d"d#G d$d% d%eZ1G d&d' d'e
j+Z2G d(d) d)e
j+Z3G d*d+ d+e
j+Z4e
j5e,d,Z6G d-d. d.eZ7G d/d0 d0e
j+Z8e!G d1d2 d2eZ9e!G d3d4 d4e9Z:e!G d5d6 d6eZ;G d7d8 d8e
j+Z<ee!d9d#G d:d; d;eZ=e!d<d#G d=d> d>e;Z>ee!d?d#G d@dA dAeZ?e!dBd#G dCdD dDe;eZ@g dEZAdS )G    N)	dataclass)CallableOptionalUnion   )ACT2FN)Cache)GenerationMixin)use_kernel_forward_from_hub)GradientCheckpointingLayer)BaseModelOutputBaseModelOutputWithPastBaseModelOutputWithPooling)ALL_ATTENTION_FUNCTIONSPreTrainedModel)Unpack)ModelOutputTransformersKwargsauto_docstringcan_return_tuple	torch_int)check_model_inputs   )	AutoModel   )InternVLConfigInternVLVisionConfigRMSNormc                       s.   e Zd Zd fdd	Zdd Zdd Z  ZS )	InternVLVisionRMSNormư>c                    s&   t    tt|| _|| _dS )zD
        InternVLVisionRMSNorm is equivalent to T5LayerNorm
        N)super__init__nn	Parametertorchonesweightvariance_epsilon)selfhidden_sizeeps	__class__ b/home/ubuntu/.local/lib/python3.10/site-packages/transformers/models/internvl/modeling_internvl.pyr!   .   s   

zInternVLVisionRMSNorm.__init__c                 C   sJ   |j }|tj}|djddd}|t|| j  }| j|| S )Nr   T)keepdim)	dtypetor$   float32powmeanrsqrtr'   r&   )r(   hidden_statesinput_dtypevariancer-   r-   r.   forward6   s
   zInternVLVisionRMSNorm.forwardc                 C   s   t | jj d| j S )Nz, eps=)tupler&   shaper'   r(   r-   r-   r.   
extra_repr=   s   z InternVLVisionRMSNorm.extra_repr)r   )__name__
__module____qualname__r!   r:   r>   __classcell__r-   r-   r+   r.   r   ,   s    r           modulequerykeyvalueattention_maskscalingdropoutc                 K   s   |}|}	t ||dd| }
|d ur+|d d d d d d d |jd f }|
| }
tjj|
dd}
tjj|
|| jd}
t |
|	}|dd	 }||
fS )Nr   r   r/   dim)ptrainingr   )
r$   matmul	transposer<   r"   
functionalsoftmaxrJ   rO   
contiguous)rD   rE   rF   rG   rH   rI   rJ   kwargs
key_statesvalue_statesattn_weightscausal_maskattn_outputr-   r-   r.   eager_attention_forwardA   s   
&r[   c                       sL   e Zd ZdZdef fddZ	ddejdeej de	e
 fd	d
Z  ZS )InternVLVisionAttentionz+Attention Class for InternVL Vision Encoderconfigc                    sB  t    || _|j| _|j| _| j| j | _| j| j | jkr-td| j d| j d| jd | _	|j
| _
|j}|j}d| _tj| j| j| j |jd| _tj| j| j| j |jd| _tj| j| j| j |jd| _t| j| j| _|dkrt|nt | _|rt| jnt | _|rt| j| _d S t | _d S )Nz;embed_dim must be divisible by num_heads (got `embed_dim`: z and `num_heads`: z).g      Fbiasr   )r    r!   r]   r)   	embed_dimnum_attention_heads	num_headshead_dim
ValueErrorscaleattention_dropoutprojection_dropoutuse_qk_norm	is_causalr"   Linearattention_biasq_projk_projv_projprojection_layerDropoutIdentityr   q_normk_norm)r(   r]   proj_dropoutqk_normr+   r-   r.   r!   _   s.   

"z InternVLVisionAttention.__init__Nr7   rH   rU   c                 K   s  |  \}}}| |}| |}| |}	| |}| |}|||| j| j	dd}|||| j| j	dd}|	
||| j| j	dd}	t}
| jjdkrXt| jj }
|
| |||	|f| jsddn| j| jdd|\}}|||| j}| |}| |}||fS )Nr   r   eagerrC   F)rJ   rI   ri   )sizerl   rm   rn   rr   rs   reshaperb   rc   rQ   viewr[   r]   _attn_implementationr   rO   rf   re   r`   ro   rg   )r(   r7   rH   rU   
batch_sizeseq_len_query_statesrV   rW   attention_interfacerZ   rX   outputr-   r-   r.   r:   {   s:   




	


zInternVLVisionAttention.forwardN)r?   r@   rA   __doc__r   r!   r$   Tensorr   r   r   r:   rB   r-   r-   r+   r.   r\   \   s    r\   z7
    Class for outputs of [`InternVLVisionModel`].
    )custom_introc                   @   s   e Zd ZdZdS )$InternVLVisionModelOutputWithPoolingaF  
    pooler_output (`torch.FloatTensor` of shape `(batch_size, hidden_size)`):
        Average of the last layer hidden states of the patch tokens (excluding the *[CLS]* token) if
        *config.use_mean_pooling* is set to True. If set to False, then the final hidden state of the *[CLS]* token
        will be returned.
    N)r?   r@   rA   r   r-   r-   r-   r.   r      s    r   c                       s6   e Zd ZdZ fddZdejdejfddZ  ZS )InternVLVisionPatchEmbeddingsz
    This class turns `pixel_values` of shape `(batch_size, num_channels, height, width)` into the initial
    `hidden_states` (patch embeddings) of shape `(batch_size, seq_length, hidden_size)` to be consumed by a
    Transformer.
    c                    s   t    |j|j}}|j|j}}|d |d  |d |d   }|d |d  |d |d  f}|| _|| _|| _|| _|| _tj	||||d| _
d S )Nr   r   )kernel_sizestride)r    r!   
image_size
patch_sizenum_channelsr)   num_patchespatch_shaper"   Conv2d
projection)r(   r]   r   r   r   r)   r   r   r+   r-   r.   r!      s   
  z&InternVLVisionPatchEmbeddings.__init__pixel_valuesreturnc           	      C   s^   |j \}}}}|| jkrtd| |}|j d |j d }}|ddd}|||ffS )NzeMake sure that the channel dimension of the pixel values match with the one set in the configuration.r   r   r   )r<   r   rd   r   flattenrQ   )	r(   r   r{   r   heightwidth
embeddingspatch_heightpatch_widthr-   r-   r.   r:      s   

z%InternVLVisionPatchEmbeddings.forward)	r?   r@   rA   r   r!   r$   r   r:   rB   r-   r-   r+   r.   r      s    r   c                       sl   e Zd ZdZdeddf fddZdejded	edejfd
dZ		ddejde
ej dejfddZ  ZS )InternVLVisionEmbeddingszc
    Construct the CLS token, position and patch embeddings. Optionally, also the mask token.

    r]   r   Nc                    s   t    ttdd|j| _|jr!ttdd|j| _	nd | _	t
|| _|j| _t|jtjjr8|jn|j|jf| _| jj}|jrUttd|d |j| _nd | _t|j| _d S )Nr   )r    r!   r"   r#   r$   zerosr)   	cls_tokenuse_mask_token
mask_tokenr   patch_embeddingsr   
isinstancer   collectionsabcIterabler    use_absolute_position_embeddingsposition_embeddingsrp   hidden_dropout_probrJ   )r(   r]   r   r+   r-   r.   r!      s    


z!InternVLVisionEmbeddings.__init__r   r   r   c                 C   s   |j d d }| jj d d }tj s||kr||kr| jS | jddddf }| jddddf }|j d }|| jd  }	|| jd  }
t|d }|d|||}|dddd}t	j
j||	|
fdd	d
}|dddddd|}tj||fddS )a   
        This method allows to interpolate the pre-trained position encodings, to be able to use the model on higher resolution
        images. This method is also adapted to support torch.jit tracing.

        Adapted from:
        - https://github.com/facebookresearch/dino/blob/de9ee3df6cf39fac952ab558447af1fa1365362a/vision_transformer.py#L174-L194, and
        - https://github.com/facebookresearch/dinov2/blob/e1277af2ba9496fbadf7aec6eba56e8d882d1e35/dinov2/models/vision_transformer.py#L179-L211
        r   Nr/   r         ?r   r   bicubicF)rw   modealign_cornersrL   )r<   r   r$   jit
is_tracingr   r   rx   permuter"   rR   interpolatery   cat)r(   r   r   r   r   num_positionsclass_pos_embedpatch_pos_embedrM   
new_height	new_widthsqrt_num_positionsr-   r-   r.   interpolate_pos_encoding   s(   

z1InternVLVisionEmbeddings.interpolate_pos_encodingr   bool_masked_posc                 C   s   |j \}}}}| |\}\}}| \}	}
}|d ur5| j|	|
d}|d|}|d|  ||  }| j|	dd}tj	||fdd}| j
d urT|| ||| }| |}|||ffS )Nr/   r   rL   )r<   r   rw   r   expand	unsqueezetype_asr   r$   r   r   r   rJ   )r(   r   r   r}   r   r   r   r   r   r{   r|   mask_tokensw
cls_tokensr-   r-   r.   r:     s   

z InternVLVisionEmbeddings.forwardr   )r?   r@   rA   r   r   r!   r$   r   intr   r   
BoolTensorr:   rB   r-   r-   r+   r.   r      s    +r   c                       s2   e Zd Z fddZdejdejfddZ  ZS )InternVLVisionMLPc                    sD   t    || _t|j | _t|j|j	| _
t|j	|j| _d S r   )r    r!   r]   r   
hidden_actactivation_fnr"   rj   r)   intermediate_sizefc1fc2r(   r]   r+   r-   r.   r!   9  s
   
zInternVLVisionMLP.__init__r7   r   c                 C   s"   |  |}| |}| |}|S r   )r   r   r   )r(   r7   r-   r-   r.   r:   @  s   


zInternVLVisionMLP.forward)r?   r@   rA   r!   r$   r   r:   rB   r-   r-   r+   r.   r   8  s    r   )
layer_normrms_normc                       sX   e Zd ZdZdeddf fddZdejdee	ej e	ejejf f fdd	Z
  ZS )
InternVLVisionLayerz?This corresponds to the Block class in the timm implementation.r]   r   Nc                    s   t    |j| _d| _t|| _t|| _t|j	 |j
|jd| _t|j	 |j
|jd| _|j}tj|t|j
 dd| _tj|t|j
 dd| _t|j| _d S )Nr   r*   T)requires_grad)r    r!   chunk_size_feed_forwardseq_len_dimr\   	attentionr   mlpNORM2FN	norm_typer)   layer_norm_epslayernorm_beforelayernorm_afterlayer_scale_init_valuer"   r#   r$   r%   lambda_1lambda_2rp   r   rJ   )r(   r]   init_valuesr+   r-   r.   r!   M  s   


zInternVLVisionLayer.__init__r7   c                 C   sd   |  | |\}}| j| }|| }| |}| |}| |}| jd ur,| j| }|| }|S r   )r   r   r   r   r   rJ   r   )r(   r7   attention_outputr}   layer_outputr-   r-   r.   r:   \  s   





zInternVLVisionLayer.forward)r?   r@   rA   r   r   r!   r$   r   r   r;   r:   rB   r-   r-   r+   r.   r   J  s    r   c                       sB   e Zd Zdeddf fddZdejdeee	f fddZ
  ZS )	InternVLVisionEncoderr]   r   Nc                    s:   t     | _t fddt jD | _d| _d S )Nc                    s   g | ]}t  qS r-   )r   ).0ir]   r-   r.   
<listcomp>|  s    z2InternVLVisionEncoder.__init__.<locals>.<listcomp>F)	r    r!   r]   r"   
ModuleListrangenum_hidden_layerslayergradient_checkpointingr   r+   r   r.   r!   y  s   
 
zInternVLVisionEncoder.__init__r7   c                 C   s   | j D ]}||}qt|dS )N)last_hidden_state)r   r   )r(   r7   layer_moduler-   r-   r.   r:     s
   

zInternVLVisionEncoder.forward)r?   r@   rA   r   r!   r$   r   r   r;   r   r:   rB   r-   r-   r+   r.   r   x  s    
r   c                       sR   e Zd ZU eed< dZdZdZdgZdZ	dZ
dZdZeedZ fddZ  ZS )	InternVLVisionPreTrainedModelr]   internvl_visionr   Tr   )r7   
attentionsc                    s   t  | t|tr+|jj  |jdur|jj  |jdur)|jj  dS dS t|t	rD|j
j| jj |jj| jj dS dS )zInitialize the weightsN)r    _init_weightsr   r   r   datazero_r   r   r   r   fill_r]   r   r   )r(   rD   r+   r-   r.   r     s   



z+InternVLVisionPreTrainedModel._init_weights)r?   r@   rA   r   __annotations__base_model_prefixmain_input_namesupports_gradient_checkpointing_no_split_modules_supports_sdpa_supports_flash_attn_supports_flex_attn_supports_attention_backendr   r\   _can_record_outputsr   rB   r-   r-   r+   r.   r     s   
 r   c                       sf   e Zd Zdeddf fddZdd Zedd	e	dd
ej	de
ej deeef fddZ  ZS )InternVLVisionModelr]   r   Nc                    sT   t  | || _t|| _t|| _|jrt	 ntj
|j|jd| _|   d S )Nr   )r    r!   r]   r   r   r   encoderuse_mean_poolingr"   rq   	LayerNormr)   r   	layernorm	post_initr   r+   r-   r.   r!     s   

zInternVLVisionModel.__init__c                 C      | j jS r   )r   r   r=   r-   r-   r.   get_input_embeddings  s   z(InternVLVisionModel.get_input_embeddingsF)tie_last_hidden_statesr   r   c                 C   s@   | j ||d\}}| |}|d }| |}t||j|jdS )z
        bool_masked_pos (`torch.BoolTensor` of shape `(batch_size, num_patches)`, *optional*):
            Boolean masked positions. Indicates which patches are masked (1) and which aren't (0).
        )r   r   )r   r7   r   )r   r   r   r   r7   r   )r(   r   r   embedding_outputr}   encoder_outputssequence_outputr-   r-   r.   r:     s   

zInternVLVisionModel.forwardr   )r?   r@   rA   r   r!   r   r   r   r$   r   r   r   r   r;   r   r:   rB   r-   r-   r+   r.   r     s    
r   c                   @   s6   e Zd ZU eed< dZdZdZdZdZ	dZ
dZdZdS )InternVLPreTrainedModelr]    Tpast_key_valuesN)r?   r@   rA   r   r   r   r   _skip_keys_device_placementr   r   _can_compile_fullgraphr   r   r-   r-   r-   r.   r    s   
 r  c                       s*   e Zd Zdef fddZdd Z  ZS )InternVLMultiModalProjectorr]   c                    sz   t    t|jjtd|j d  | _t	|jjtd|j d  |j
j| _t|j | _t	|j
j|j
j| _d S )Nr   r   )r    r!   r"   r   vision_configr)   r   downsample_ratior   rj   text_configlinear_1r   projector_hidden_actactlinear_2r   r+   r-   r.   r!     s   
"z$InternVLMultiModalProjector.__init__c                 C   s,   |  |}| |}| |}| |}|S r   )r   r  r  r  )r(   image_featuresr7   r-   r-   r.   r:     s
   



z#InternVLMultiModalProjector.forward)r?   r@   rA   r   r!   r:   rB   r-   r-   r+   r.   r    s    	r  zM
    Base class for InternVL outputs, with hidden states and attentions.
    c                   @   s$   e Zd ZU dZdZeej ed< dS )InternVLModelOutputWithPasta  
    past_key_values (`Cache`, *optional*, returned when `use_cache=True` is passed or when `config.use_cache=True`):
        It is a [`~cache_utils.Cache`] instance. For more details, see our [kv cache guide](https://huggingface.co/docs/transformers/en/kv_cache).

        Contains pre-computed hidden-states (key and values in the self-attention blocks) that can be used (see
        `past_key_values` input) to speed up sequential decoding.
    image_hidden_states (`torch.FloatTensor`, *optional*):
        A `torch.FloatTensor` of size `(batch_size, num_images, sequence_length, hidden_size)`.
        image_hidden_states of the model produced by the vision encoder and after projecting the last hidden state.
    Nimage_hidden_states)	r?   r@   rA   r   r  r   r$   FloatTensorr   r-   r-   r-   r.   r    s   
 r  zx
    The InternVL model which consists of a vision backbone and a language model, without a language modeling head.
    c                       sH  e Zd ZddiZdef fddZdd Zdd	 Zd
d Zdd Z			d&de
jdeeeee f  dee fddZde
jde
jde
jfddZee									d'dee
j dee
j dee
j dee
j dee dee
j deeeee f  dee dee
j dee deeef fdd Zd(d"e
jd#efd$d%Z  ZS ))InternVLModelzlanguage_model.modellanguage_modelr]   c                    s>   t  | t|j| _t|| _t|j| _	| 
  d S r   )r    r!   r   from_configr  vision_towerr  multi_modal_projectorr
  r  r   r   r+   r-   r.   r!     s
   
zInternVLModel.__init__c                 C   
   | j  S r   )r  r   r=   r-   r-   r.   r        
z"InternVLModel.get_input_embeddingsc                 C      | j | d S r   )r  set_input_embeddingsr(   rG   r-   r-   r.   r       z"InternVLModel.set_input_embeddingsc                 C   s
   || _ d S r   r  r(   decoderr-   r-   r.   set_decoder!  r  zInternVLModel.set_decoderc                 C      | j S r   r  r=   r-   r-   r.   get_decoder$     zInternVLModel.get_decoderNr   vision_feature_layervision_feature_select_strategyc           
      K   s   |dur|n| j j}|dur|n| j j}|j| jd}| j j}|dkr+| j|dj}n	| j|dj	| }|dkrE|ddddddf }|j
d }t|d }|j
d }	||	||d}| j||d	}||	d|j
d }| |}|S )
a%  
        Obtains image last hidden states from the vision tower and apply multimodal projection.

        Args:
            pixel_values (`torch.FloatTensor]` of shape `(batch_size, channels, height, width)`)
               The tensors corresponding to the input images.
            vision_feature_layer (`int` or `list[int]`):
                Layer index or list of layer indices to extract features from.
        Returns:
            vision_features (`torch.Tensor`): Image feature tensor of shape `(num_images, image_length, embed_dim)`.
        N)r1   r/   )r   defaultr   r   r   )scale_factor)r]   r%  r&  r2   r1   r	  r  r   vision_modelr7   r<   r   rx   pixel_shuffler  )
r(   r   r%  r&  rU   r	  vision_featureschannelsfeature_sizer{   r-   r-   r.   get_image_features'  s*   


z InternVLModel.get_image_features	input_idsinputs_embedsr  c                 C   s   |du r||   tj| jjtj|jdk}|d}n|| jjk}| }|	d
||j}|jd |jd  }||  | krPtd| d| |S )z
        Obtains multimodal placeholder mask from `input_ids` or `inputs_embeds`, and checks that the placeholder token count is
        equal to the length of multimodal features. If the lengths are different, an error is raised.
        N)r1   devicer/   r   r   z6Image features and image tokens do not match: tokens: z, features )r   r$   tensorr]   image_token_idlongr1  allsumr   	expand_asr2   r<   numelrd   )r(   r/  r0  r  special_image_maskn_image_tokensn_image_featuresr-   r-   r.   get_placeholder_mask]  s   z"InternVLModel.get_placeholder_maskrH   position_idsr  cache_positionrU   r   c
                 K   s   |d ur|n| j j}|d ur|n| j j}|d u |d uA r td|d u r*|  |}|d urL| j|||d}||j|j}| j	|||d}|
||}| jd|||||	d|
}t|j|j|j|j|d urk|dS d dS )Nz:You must specify exactly one of input_ids or inputs_embedsr   r%  r&  )r0  r  )rH   r=  r  r0  r>  )r   r  r7   r   r  r-   )r]   r%  r&  rd   r   r.  r2   r1  r1   r<  masked_scatterr  r  r   r  r7   r   )r(   r/  r   rH   r=  r  r0  r%  r&  r>  rU   r  r9  outputsr-   r-   r.   r:   u  sN   	
zInternVLModel.forwardr   r+  r(  c              	   C   s   |  \}}}}|| dks|| dkrtd|||t|| t|| }|dddd }||t|| t|| t||d  }|dddd }|S )a&  Perform pixel shuffle downsampling on vision features.

        Args:
            vision_features (`torch.Tensor`):
                Input tensor of shape (batch_size, width, height, channels).
            scale_factor (`float`, *optional*, defaults to `0.5`):
                Factor by which to downsample. Default is 0.5, which halves the dimensions.

        Returns:
            vision_features (`torch.Tensor`):
                Downsampled tensor of shape (batch_size, height*scale_factor, width*scale_factor, channels/(scale_factor^2)).
        r   zKHeight and width must be divisible by scale_factor for proper downsampling.r   r   r   )rw   rd   ry   r   r   rT   )r(   r+  r(  r{   r   r   r,  r-   r-   r.   r*    s   $zInternVLModel.pixel_shuffleNN)	NNNNNNNNN)r   ) r?   r@   rA   _checkpoint_conversion_mappingr   r!   r   r  r!  r#  r$   r  r   r   r   liststrr.  
LongTensorr<  r   r   r   r   r   r   r;   r  r:   floatr*  rB   r-   r-   r+   r.   r    st    
6
	

9r  zT
    Base class for InternVL causal language model (or autoregressive) outputs.
    c                   @   s   e Zd ZU dZdZeej ed< dZ	eej ed< dZ
ee ed< dZeeej  ed< dZeeej  ed< dZeej ed< dS )	InternVLCausalLMOutputWithPasta4  
    loss (`torch.FloatTensor` of shape `(1,)`, *optional*, returned when `labels` is provided):
        Language modeling loss (for next-token prediction).
    logits (`torch.FloatTensor` of shape `(batch_size, sequence_length, config.vocab_size)`):
        Prediction scores of the language modeling head (scores for each vocabulary token before SoftMax).
    past_key_values (`Cache`, *optional*, returned when `use_cache=True` is passed or when `config.use_cache=True`):
        It is a [`~cache_utils.Cache`] instance. For more details, see our [kv cache guide](https://huggingface.co/docs/transformers/en/kv_cache).

        Contains pre-computed hidden-states (key and values in the self-attention blocks) that can be used (see
        `past_key_values` input) to speed up sequential decoding.
    image_hidden_states (`torch.FloatTensor`, *optional*):
        A `torch.FloatTensor` of size `(batch_size, num_images, sequence_length, hidden_size)`.
        image_hidden_states of the model produced by the vision encoder and after projecting the last hidden state.
    Nlosslogitsr  r7   r   r  )r?   r@   rA   r   rI  r   r$   r  r   rJ  r  r   r7   r;   r   r  r-   r-   r-   r.   rH    s   
 rH  zV
    The INTERNVL model which consists of a vision backbone and a language model.
    c                !       s  e Zd ZdddddZdgZdef fdd	Zd
d Zdd Zde	j
fddZdd Zdd Z		d0dejdeeeee f  dee fddZedd Zedd Zedd  Zee											!	d1d"eej deej d#eej d$eej d%ee d&eej deeeee f  dee d'eej d(eej d)eeejf d*eej d+ee  dee!e"f fd,d-Z#						d2 fd.d/	Z$  Z%S )3 InternVLForConditionalGenerationzmodel.language_modelzmodel.vision_towerzmodel.multi_modal_projectorlm_head)z^language_model.modelz^vision_towerz^multi_modal_projectorz^language_model.lm_headzlm_head.weightr]   c                    s<   t  | t|| _tj|jj|jjdd| _	| 
  d S )NFr^   )r    r!   r  modelr"   rj   r
  r)   
vocab_sizerL  r   r   r+   r-   r.   r!      s   
z)InternVLForConditionalGeneration.__init__c                 C   r  r   )rM  r   r=   r-   r-   r.   r     r  z5InternVLForConditionalGeneration.get_input_embeddingsc                 C   r  r   )rM  r  r  r-   r-   r.   r  	  r  z5InternVLForConditionalGeneration.set_input_embeddingsr   c                 C   r"  r   )rL  r=   r-   r-   r.   get_output_embeddings  r$  z6InternVLForConditionalGeneration.get_output_embeddingsc                 C   r  r   )rM  r!  r  r-   r-   r.   r!    r  z,InternVLForConditionalGeneration.set_decoderc                 C   r  r   )rM  r#  r=   r-   r-   r.   r#    r  z,InternVLForConditionalGeneration.get_decoderNr   r%  r&  c                 K   s   | j jd|||d|S )Nr?  r-   )rM  r.  )r(   r   r%  r&  rU   r-   r-   r.   r.    s   z3InternVLForConditionalGeneration.get_image_featuresc                 C   r   r   )rM  r  r=   r-   r-   r.   r  $     z/InternVLForConditionalGeneration.language_modelc                 C   r   r   )rM  r  r=   r-   r-   r.   r  (  rP  z-InternVLForConditionalGeneration.vision_towerc                 C   r   r   )rM  r  r=   r-   r-   r.   r  ,  rP  z6InternVLForConditionalGeneration.multi_modal_projectorr   r/  rH   r=  r  r0  labelsr>  logits_to_keepimage_sizesrU   c                 K   s   |dur|n| j j}|dur|n| j j}| jd|||||||||
|d
|}|d }t|tr6t| dn|}| |dd|ddf }d}|	dur[| jd||	| j j	j
d|}t|||j|j|j|jdS )ac  
        Example:

        ```python
        >>> import torch
        >>> from transformers import AutoProcessor, AutoModelForImageTextToText

        >>> torch_device = "cuda"
        >>> processor = AutoProcessor.from_pretrained("OpenGVLab/InternVL3-1B-hf")
        >>> model = AutoModelForImageTextToText.from_pretrained(
        ...     "OpenGVLab/InternVL3-1B-hf", dtype=torch.bfloat16, device_map=torch_device
        ... )

        >>> messages = [
        ...     {
        ...         "role": "user",
        ...         "content": [
        ...             {
        ...                 "type": "image",
        ...                 "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg",
        ...             },
        ...             {
        ...                 "type": "image",
        ...                 "url": "https://thumbs.dreamstime.com/b/golden-gate-bridge-san-francisco-purple-flowers-california-echium-candicans-36805947.jpg",
        ...             },
        ...             {"type": "text", "text": "These images depict two different landmarks. Can you identify them?"},
        ...         ],
        ...     },
        ... ]

        >>> inputs = processor.apply_chat_template(messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt").to(torch_device)
        >>> generate_ids = model.generate(**inputs, max_new_tokens=200)
        >>> print(processor.decode(generate_ids[0, inputs["input_ids"].shape[1] :], skip_special_tokens=True))
        The images depict the Statue of Liberty and the Golden Gate Bridge.
        ```N)
r/  r   rH   r=  r  r0  r%  r&  r>  rS  r   )rJ  rQ  rN  )rI  rJ  r  r7   r   r  r-   )r]   r%  r&  rM  r   r   slicerL  loss_functionr
  rN  rH  r  r7   r   r  )r(   r/  r   rH   r=  r  r0  r%  r&  rQ  r>  rR  rS  rU   rA  r7   slice_indicesrJ  rI  r-   r-   r.   r:   0  sL   6z(InternVLForConditionalGeneration.forwardc           
         s8   t  j|f|||||d|}	|d dkr||	d< |	S )N)r  r0  rH   r>  rR  r   r   )r    prepare_inputs_for_generation)
r(   r/  r  r0  r   rH   r>  rR  rU   model_inputsr+   r-   r.   rW    s   
z>InternVLForConditionalGeneration.prepare_inputs_for_generationrB  )NNNNNNNNNNr   N)NNNNNN)&r?   r@   rA   rC  _tied_weights_keysr   r!   r   r  r"   ModulerO  r!  r#  r$   r  r   r   r   rD  rE  r.  propertyr  r  r  r   r   rF  r   r   r   r   r;   rH  r:   rW  rB   r-   r-   r+   r.   rK    s    



	

arK  )r   r   r  r  rK  )rC   )Bcollections.abcr   dataclassesr   typingr   r   r   r$   torch.nnr"   activationsr   cache_utilsr   
generationr	   integrationsr
   modeling_layersr   modeling_outputsr   r   r   modeling_utilsr   r   processing_utilsr   utilsr   r   r   r   r   utils.genericr   autor   configuration_internvlr   r   rZ  r   r   rG  r[   r\   r   r   r   r   r   r   r   r   r   r   r  r  r  r  rH  rK  __all__r-   r-   r-   r.   <module>   s   
I	&^.* E 9