Ë
    T^(h²>  ã                   ó„   — d Z ddlmZ ddlmZ ddlmZ  ej                  e«      Z	 G d„ de«      Z
 G d„ d	e«      Zd	dgZy
)zMoshi model configurationé   )ÚPretrainedConfig)Úloggingé   )Ú
AutoConfigc                   óR   ‡ — e Zd ZdZdZdgZ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dˆ fd„	Zˆ xZS )ÚMoshiDepthConfiga>  
    This is the configuration class to store the configuration of a [`MoshiDepthDecoder`]. It is used to instantiate a
    Moshi depth decoder model according to the specified arguments, defining the Moshi depth decoder config.

    Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
    documentation from [`PretrainedConfig`] for more information.

    Args:
        vocab_size (`int`, *optional*, defaults to 32000):
            Vocabulary size of the MoshiDepthDecoder model. Defines the number of different tokens that can be
            represented by the `inputs_ids` passed when calling [`MoshiDepthDecoder`].
        hidden_size (`int`, *optional*, defaults to 1024):
            Dimensionality of the layers and the pooler layer of the depth decoder.
        input_size (`int`, *optional*, defaults to 4096):
            Dimensionality of the input hidden states. Used to connect the main decoder to the depth decoder.
        num_hidden_layers (`int`, *optional*, defaults to 6):
            Number of depth decoder layers.
        num_attention_heads (`int`, *optional*, defaults to 16):
            Number of attention heads for each attention layer in the depth decoder block.
        num_key_value_heads (`int`, *optional*):
            This is the number of key_value heads that should be used to implement Grouped Query Attention. If
            `num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
            `num_key_value_heads=1` the model will use Multi Query Attention (MQA) otherwise GQA is used. When
            converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
            by meanpooling all the original heads within that group. For more details checkout [this
            paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to `num_attention_heads`.
        audio_vocab_size (`int`, *optional*, defaults to 2048):
            Vocabulary size of the audio part of model. Defines the number of different tokens that can be
            represented by the `audio_codes` passed when calling the Moshi models.
        max_position_embeddings (`int`, *optional*, defaults to 9):
            The maximum sequence length that this model might ever be used with. Typically, set this to something large
            just in case (e.g., 512 or 1024 or 2048).
        hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
            The non-linear activation function (function or string) in the depth decoder.
        head_dim (`int`, *optional*, defaults to `hidden_size // num_attention_heads`):
            The attention head dimension.
        initializer_range (`float`, *optional*, defaults to 0.02):
            The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
        use_cache (`bool`, *optional*, defaults to `True`):
            Whether or not the model should return the last key/values attentions (not used by all models). Only
            relevant if `config.is_decoder=True`.
        sliding_window (`int`, *optional*, defaults to 8):
            Sliding window attention window size. If not specified, will default to `8`.
        attention_dropout (`float`, *optional*, defaults to 0.0):
            The dropout ratio for the attention probabilities.
        ffn_dim (`int`, *optional*, defaults to 5632):
            Dimensionality of the "intermediate" (often named feed-forward) layer in the depth decoder block. Must be even.
        rms_norm_eps (`float`, *optional*, defaults to 1e-08):
            The epsilon used by the rms normalization layers.
        num_codebooks (`int`, *optional*, defaults to 8):
            The number of audio codebooks for each audio channels.
        tie_word_embeddings (`bool`, *optional*, defaults to `False`):
            Whether to tie weight embeddings
        kwargs (*optional*):
            Dictionary of keyword arguments. Notably:
                - **audio_encoder_config** ([`PretrainedConfig`], *optional*) -- An instance of a configuration object that
                  defines the audio encoder config.

    Example:

    ```python
    >>> from transformers import (
    ...     MoshiDepthConfig,
    ...     MoshiDepthDecoder,
    ... )

    >>> configuration = MoshiDepthConfig()

    >>> # Initializing a MoshiDepthDecoder (with random weights) from the kmhf/hf-moshiko style configuration
    >>> model = MoshiDepthDecoder(configuration)

    >>> # Accessing the model configuration
    >>> configuration = model.config
    ```Úmoshi_depthÚpast_key_valuesc                 óZ  •— || _         || _        || _        || _        || _        |�|n|| _        || _        |	| _        |
xs ||z  | _        || _	        || _
        || _        || _        |dz  dk(  rt        d|› d�«      ‚|| _        || _        || _        || _        t%        ‰| �L  dd|i|¤Ž y )Nr   é   ú	`ffn_dim=ú` must be even.Útie_word_embeddings© )Ú
vocab_sizeÚhidden_sizeÚ
input_sizeÚnum_hidden_layersÚnum_attention_headsÚnum_key_value_headsÚmax_position_embeddingsÚ
hidden_actÚhead_dimÚinitializer_rangeÚ	use_cacheÚsliding_windowÚattention_dropoutÚ
ValueErrorÚffn_dimÚrms_norm_epsÚnum_codebooksÚaudio_vocab_sizeÚsuperÚ__init__)Úselfr   r   r   r   r   r   r"   r   r   r   r   r   r   r   r   r    r!   r   ÚkwargsÚ	__class__s                       €úk/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/transformers/models/moshi/configuration_moshi.pyr$   zMoshiDepthConfig.__init__h   sÑ   ø€ ð, %ˆŒØ&ˆÔØ$ˆŒØ!2ˆÔØ#6ˆÔ Ø:MÐ:YÑ#6Ð_rˆÔ Ø'>ˆÔ$Ø$ˆŒØ ÒF KÐ3FÑ$FˆŒØ!2ˆÔØ"ˆŒØ,ˆÔØ!2ˆÔØ�Q‰;˜!ÒÜ˜y¨¨	°ÐAÓBÐBØˆŒØ(ˆÔØ*ˆÔØ 0ˆÔä‰ÑÑKÐ-@ÐKÀFÓKó    )é }  i   é   é   é   Ni   é	   ÚsiluNç{®Gáz”?Té   ç        i   ç:Œ0âŽyE>r1   F)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú
model_typeÚkeys_to_ignore_at_inferencer$   Ú__classcell__©r'   s   @r(   r   r      s^   ø„ ñIðV €JØ#4Ð"5Ðð ØØØØØ ØØ !ØØØØØØØØØØ!÷'*Lñ *Lr)   r   c                   ó€   ‡ — e Zd ZdZdZdgZdeiZ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dˆ fd„	Ze	d„ «       Z
edefd„«       Zˆ xZS )	ÚMoshiConfigaÃ  
    This is the configuration class to store the configuration of a [`MoshiModel`]. It is used to instantiate a
    Moshi model according to the specified arguments, defining the audio encoder, Moshi depth decoder and Moshi decoder
    configs. Instantiating a configuration with the defaults will yield a similar configuration to that of the Moshiko model,
    e.g. [kmhf/hf-moshiko](https://huggingface.co/kmhf/hf-moshiko)

    Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
    documentation from [`PretrainedConfig`] for more information.

    Args:
        vocab_size (`int`, *optional*, defaults to 32000):
            Vocabulary size of the MoshiDecoder model. Defines the number of different tokens that can be
            represented by the `inputs_ids` passed when calling [`MoshiDecoder`].
        hidden_size (`int`, *optional*, defaults to 4096):
            Dimensionality of the layers and the pooler layer of the main decoder.
        num_hidden_layers (`int`, *optional*, defaults to 32):
            Number of decoder layers.
        num_attention_heads (`int`, *optional*, defaults to 32):
            Number of attention heads for each attention layer in the main decoder block.
        num_key_value_heads (`int`, *optional*):
            This is the number of key_value heads that should be used to implement Grouped Query Attention. If
            `num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
            `num_key_value_heads=1` the model will use Multi Query Attention (MQA) otherwise GQA is used. When
            converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
            by meanpooling all the original heads within that group. For more details checkout [this
            paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to `num_attention_heads`.
        audio_vocab_size (`int`, *optional*):
            Vocabulary size of the audio part of model. Defines the number of different tokens that can be
            represented by the `audio_codes` passed when calling the Moshi models.
        max_position_embeddings (`int`, *optional*, defaults to 3000):
            The maximum sequence length that this model might ever be used with. Typically, set this to something large
            just in case (e.g., 512 or 1024 or 2048).
        rope_theta (`float`, *optional*, defaults to 10000.0):
            The base period of the RoPE embeddings.
        hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
            The non-linear activation function (function or string) in the decoder.
        head_dim (`int`, *optional*, defaults to `hidden_size // num_attention_heads`):
            The attention head dimension.
        initializer_range (`float`, *optional*, defaults to 0.02):
            The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
        use_cache (`bool`, *optional*, defaults to `True`):
            Whether or not the model should return the last key/values attentions (not used by all models). Only
            relevant if `config.is_decoder=True`.
        sliding_window (`int`, *optional*, defaults to 3000):
            Sliding window attention window size. If not specified, will default to `3000`.
        attention_dropout (`float`, *optional*, defaults to 0.0):
            The dropout ratio for the attention probabilities.
        ffn_dim (`int`, *optional*, defaults to 22528):
            Dimensionality of the "intermediate" (often named feed-forward) layer in the main decoder block. Must be even.
        rms_norm_eps (`float`, *optional*, defaults to 1e-08):
            The epsilon used by the rms normalization layers.
        num_codebooks (`int`, *optional*, defaults to 8):
            The number of audio codebooks for each audio channels.
        tie_word_embeddings (`bool`, *optional*, defaults to `False`):
            Whether to tie weight embeddings
        kwargs (*optional*):
            Dictionary of keyword arguments. Notably:
                - **audio_encoder_config** ([`PretrainedConfig`], *optional*) -- An instance of a configuration object that
                  defines the audio encoder config.
                - **depth__config** ([`PretrainedConfig`], *optional*) -- An instance of a configuration object that
                  defines the depth decoder config.


    Example:

    ```python
    >>> from transformers import (
    ...     MoshiConfig,
    ...     MoshiForConditionalGeneration,
    ... )

    >>> configuration = MoshiConfig()

    >>> # Initializing a MoshiForConditionalGeneration (with random weights) from the kmhf/hf-moshiko style configuration
    >>> model = MoshiForConditionalGeneration(configuration)

    >>> # Accessing the model configuration
    >>> configuration = model.config

    >>> # Saving the model, including its configuration
    >>> model.save_pretrained("kmhf/hf-moshiko")

    >>> # loading model and config from pretrained folder
    >>> moshi_config = MoshiConfig.from_pretrained("kmhf/hf-moshiko")
    >>> model = MoshiForConditionalGeneration.from_pretrained("kmhf/hf-moshiko", config=moshi_config)
    ```Úmoshir
   Úaudio_encoder_configc                 ó  •— || _         || _        || _        || _        |�|n|| _        || _        || _        |	| _        |
xs ||z  | _        || _	        || _
        || _        || _        |dz  dk(  rt        d|› d�«      ‚|| _        || _        || _        |j#                  di «      }|j#                  dd«      }t%        j&                  |fi |¤Ž| _        | j                   | j(                  j                   kD  r&t        d|› d	| j(                  j                   › d
�«      ‚|€| j(                  j*                  n|| _        |j#                  di «      }|j/                  | j,                  |||dœ«       t1        di |¤Ž| _        t5        ‰| �l  dd|i|¤Ž y )Nr   r   r   r   r?   r8   Úmimiz`num_codebooks=zX` is greater than the maximum number of codebooks that the audio encoder can deal with (z). Please lower it.Údepth_decoder_config)r"   r   r   r!   r   r   )r   r   r   r   r   r   Ú
rope_thetar   r   r   r   r   r   r   r   r    r!   Úpopr   Ú	for_modelr?   Úcodebook_sizer"   Úupdater   rB   r#   r$   )r%   r   r   r   r   r   r"   r   rC   r   r   r   r   r   r   r   r    r!   r   r&   r?   Úaudio_encoder_model_typerB   r'   s                          €r(   r$   zMoshiConfig.__init__ñ   sá  ø€ ð, %ˆŒØ&ˆÔØ!2ˆÔØ#6ˆÔ Ø:MÐ:YÑ#6Ð_rˆÔ Ø'>ˆÔ$Ø$ˆŒØ$ˆŒØ ÒF KÐ3FÑ$FˆŒØ!2ˆÔØ"ˆŒØ,ˆÔØ!2ˆÔØ�Q‰;˜!ÒÜ˜y¨¨	°ÐAÓBÐBØˆŒØ(ˆÔØ*ˆÔà%Ÿz™zÐ*@À"ÓEÐØ#7×#;Ñ#;¸LÈ&Ó#QÐ ä$.×$8Ñ$8Ð9QÑ$jÐUiÑ$jˆÔ!à×Ñ × 9Ñ 9× GÑ GÒGÜØ! - ð  1Ið  JN÷  Jcñ  Jc÷  Jqñ  Jqð  Irð  rEð  Fóð ð
 8HÐ7OˆD×%Ñ%×3Ò3ÐUeð 	Ôð  &Ÿz™zÐ*@À"ÓEÐØ×#Ñ#à$(×$9Ñ$9Ø)Ø(Ø!.ñ	ô	
ô %5Ñ$LÐ7KÑ$LˆÔ!ä‰ÑÑKÐ-@ÐKÀFÓKr)   c                 ó.   — | j                   j                  S )N)r?   Úsampling_rate)r%   s    r(   rJ   zMoshiConfig.sampling_rate6  s   € à×(Ñ(×6Ñ6Ð6r)   c                 ó2   —  | dd|j                  «       i|¤ŽS )z¾
        Instantiate a [`MoshiConfig`] (or a derived class) from an audio encoder configuration.

        Returns:
            [`MoshiConfig`]: An instance of a configuration object
        r?   r   )Úto_dict)Úclsr?   r&   s      r(   Úfrom_audio_encoder_configz%MoshiConfig.from_audio_encoder_config:  s*   € ñ ñ 
Ø!5×!=Ñ!=Ó!?ð
àñ
ð 	
r)   )r*   r+   é    rO   NNé¸  g     ˆÃ@r/   Nr0   TrP   r2   i X  r3   r1   F)r4   r5   r6   r7   r8   r9   r   Úsub_configsr$   ÚpropertyrJ   Úclassmethodr   rN   r:   r;   s   @r(   r=   r=   •   s”   ø„ ñUðn €JØ#4Ð"5ÐØ)¨:Ð6€Kð ØØØØ ØØ $ØØØØØØØØØØØ!õ'CLðJ ñ7ó ð7ð ð
à.ò
ó ô
r)   r=   N)r7   Úconfiguration_utilsr   Úutilsr   Úauto.configuration_autor   Ú
get_loggerr4   Úloggerr   r=   Ú__all__r   r)   r(   ú<module>rZ      sV   ðñ  å 3Ý Ý 0ð 
ˆ×	Ñ	˜HÓ	%€ôyLÐ'ô yLôxu
Ð"ô u
ðp Ð,Ð
-�r)   