Ë
    øÿæiFZ  ã                   ó¬  — d dl Z d dlZd dlmZmZ d dlmZmZmZm	Z	 d dl
mZmZ d dlmZ g d¢Zdej                   deej                   gej                   dz  f   fd„Zdej                   d	eej                   eeef   f   d
edeej                   gej                   dz  f   fd„Zdej                   deeej                         deej                      deeef   d	eej                   eeef   f   f
d„Zdefd„Z G d„ de«      Zdej                   dededeeej                         def
d„Z G d„ de«      Z G d„ de«      Zdej                   dedededef
d„Zdej                   dededeeej                         def
d„Z dej                   de	e   defd „Z!dej                   dededefd!„Z" ed"«      ddfdej                   deded#ed$eeej                         dz  d%eeej                         dz  defd&„Z#ejH                  ejJ                  he#_&        ejN                  he#_(        e jR                  d'ed(eded)   fd*„«       Z*dej                   d+edej                   fd,„Z+dej                   d'edej                   fd-„Z,	 d5dej                   d.ed'edeej                      d/eejZ                     d0ed1ede.ej                   ef   fd2„Z/ G d3„ d4«      Z0y)6é    N)ÚABCÚabstractmethod)ÚCallableÚ	GeneratorÚIterableÚSequence)ÚAnyÚcast)Úalways_wrap_policyÚlambda_auto_wrap_policyÚtransformer_auto_wrap_policyÚsize_based_auto_wrap_policyÚenable_wrapÚwrapÚCustomPolicyÚModuleWrapPolicyÚroot_moduleÚfnc                 ó†   ‡‡‡— | hŠdt         j                  dt        dt         j                  dz  fˆˆˆfd„Š ‰| dd«       y)aQ  
    This applies ``fn`` to every module in the module tree of ``root_module``
    following a post-order traversal. If ``fn`` returns an :class:`nn.Module`,
    then this replaces the original module with the newly returned one in the
    tree. Otherwise, ``fn`` should return ``None``, in which case the module is
    not changed.
    ÚmoduleÚmodule_nameÚparent_moduleNc                 ól  •— | j                  «       D ]%  \  }}|‰vsŒ‰j                  |«        ‰||| «       Œ'  ‰| «      }|�qt        |t        j                  «      st        d|› d| › �«      ‚|st        d| › �«      ‚t        |t        j                  «      st        d|› �«      ‚t        |||«       y y )Nz=Non-root modules should have their parent module set but got z for zTNon-root modules should have their module name set but got an empty module name for z.fn should return None or an nn.Module but got )Únamed_childrenÚaddÚ
isinstanceÚnnÚModuleÚAssertionErrorÚsetattr)	r   r   r   Úchild_module_nameÚchild_moduleÚoptional_moduleÚ_post_order_apply_innerr   Úvisited_moduless	         €€€úp/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/torch/distributed/fsdp/wrap.pyr$   z2_post_order_apply.<locals>._post_order_apply_inner-   sÝ   ø€ ð
 06×/DÑ/DÖ/FÑ+Ð˜|Ø ?Ò2Ø×#Ñ# LÔ1Ù'¨Ð6GÈÕPð 0Gñ ˜V›*ˆØÐ&Ü˜m¬R¯Y©YÔ7Ü$ØSØ$�o U¨6¨(ð4óð ñ Ü$ð0Ø06¨xð9óð ô ˜o¬r¯y©yÔ9Ü$ØDÀ_ÐDUÐVóð ô �M ;°Õ@ð 'ó    Ú )r   r   Ústr)r   r   r$   r%   s    `@@r&   Ú_post_order_applyr*      sJ   ú€ ð (3 m€OðAÜ—	‘	ðAäðAô —y‘y 4Ñ'÷Añ6 ˜K¨¨TÕ2r'   Útarget_module_to_kwargsÚfsdp_fnÚreturnc                 ób   ‡ ‡‡— dt         j                  dt         j                  dz  fˆˆ ˆfd„}|S )z¶
    This constructs the "wrap" function to pass to :func:`_post_order_apply`
    based on ``target_module_to_kwargs``, which should be constructed from the
    wrapping policy.
    r   r-   Nc                 ó2   •— | ‰v r| ‰ur‰|    } ‰| fi |¤ŽS y ©N© )r   Úkwargsr,   r   r+   s     €€€r&   r   z_construct_wrap_fn.<locals>.fnV   s2   ø€ ð Ð,Ñ,°¸{Ñ1JØ,¨VÑ4ˆFÙ˜6Ñ, VÑ,Ð,Ør'   )r   r   )r   r+   r,   r   s   ``` r&   Ú_construct_wrap_fnr3   K   s*   ú€ ð”2—9‘9ð ¤§¡¨TÑ!1÷ ð €Ir'   Úmodule_classesÚignored_modulesÚroot_kwargsc                 óž   — t        t        |«      «      }| j                  «       D ]%  }||v rŒt        ||«      sŒ||vr|||<   d ||   d<   Œ' |S )NÚmixed_precision)ÚtupleÚsetÚmodulesr   )r   r4   r5   r6   r+   Úmodule_classes_tupler   s          r&   Ú$_run_mixed_precision_override_policyr=   a   sj   € ô !¤ ^Ó!4Ó5ÐØ×%Ñ%Ö'ˆØ�_Ñ$ØÜ˜Ð 4Õ5àÐ4Ñ4à2=Ð'¨Ñ/ØAEÐ# FÑ+Ð,=Ò>ð (ð #Ð"r'   c                   ó   — y)zª
    A simple recursive wrap policy that always returns ``True``. This means
    that every submodule is wrapped by the wrapper class in
    :func:`_recursive_wrap`.
    Tr1   )Úargsr2   s     r&   r   r   u   s   € ð r'   c                   ó’   — e Zd ZdZedej                  deej                     dee	e
f   deej                  ee	e
f   f   fd„«       Zy)Ú_Policyzk
    This defines an abstract base class that represents a policy for applying
    a module-level API.
    r   r5   r6   r-   c                  ó   — y)zˆ
        This should return a dict ``target_module_to_kwargs`` that maps from
        each target module to wrap to its kwargs.
        Nr1   )Úselfr   r5   r6   s       r&   Ú_run_policyz_Policy._run_policy„   s   € ð 	r'   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r:   Údictr)   r	   rD   r1   r'   r&   rA   rA   ~   sk   „ ñð
 ð
à—Y‘Yð
ð ˜RŸY™Y™ð
ð ˜#˜s˜(‘^ð	
ð
 
ˆb�i‰i˜˜c 3˜h™Ð'Ñ	(ò
ó ñ
r'   rA   r   ÚrecurseÚnonwrapped_numelc                 ó2   — |ryt        | t        |«      «      S )a   
    This auto wrap policy wraps every module that is an instance of any type in
    ``module_classes`` as its own FSDP instance. The root module given by
    ``module`` is always wrapped as an FSDP instance regardless. Since the
    wrapping proceeds bottom up, each FSDP instance manages the parameters in
    its subtree excluding any already managed by a child FSDP instance.

    Args:
        module (nn.Module): Current module being considered.
        recurse (bool): If ``False``, then this function must decide whether
            ``module`` should be wrapped as an FSDP instance or not. If
            ``True``, then the function is still recursing down the module
            tree as a part of the DFS.
        nonwrapped_numel (int): Parameter numel not yet wrapped.
        module_classes (Set[Type[nn.Module]]): Set of module classes that are
            wrapped as FSDP instances.

    Returns:
        ``True`` if ``recurse=True``, and whether ``module`` should be wrapped
        if ``recurse=False``.
    T©r   r9   )r   rJ   rK   r4   s       r&   Ú_module_wrap_policyrN   ’   s   € ñ6 ØÜ�fœe NÓ3Ó4Ð4r'   c                   óÒ   ‡ — e Zd ZdZdeeej                        fd„Zdej                  de	ej                     de
eef   de
ej                  e
eef   f   fd„Zd	„ Zdefˆ fd
„Zˆ xZS )r   z{
    This policy applies to every module of the specified module classes,
    passing in the kwargs given to the root.
    r4   c                 óH   — t        |«      }|| _        t        |«      | _        y r0   )r:   Ú_module_classesr)   Ú_module_classes_str)rC   r4   Úmodule_classes_sets      r&   Ú__init__zModuleWrapPolicy.__init__¸   s#   € Ü  Ó0ÐØ1ˆÔÜ#&Ð'9Ó#:ˆÕ r'   r   r5   r6   r-   c                 ó²   — t        | j                  «      }i }|j                  «       D ],  }||v rŒt        ||«      sŒt	        j                  |«      ||<   Œ. |S r0   )r9   rQ   r;   r   Úcopy)rC   r   r5   r6   r4   r+   r   s          r&   rD   zModuleWrapPolicy._run_policy½   s^   € ô ˜t×3Ñ3Ó4ˆØCEÐØ!×)Ñ)Ö+ˆFØ˜Ñ(ØÜ˜F NÕ3ä26·)±)¸KÓ2HÐ'¨Ò/ð ,ð 'Ð&r'   c                 ó4   — t        ||d| j                  ¬«      S )Néÿÿÿÿ)rK   r4   )rN   rQ   )rC   r   rJ   r?   r2   s        r&   Ú__call__zModuleWrapPolicy.__call__Í   s   € ä"Ø�G¨bÀ×AUÑAUô
ð 	
r'   c                 óB   •— t         ‰| �  «       d| j                  › d�z   S )NÚ(Ú))ÚsuperÚ__repr__rR   )rC   Ú	__class__s    €r&   r^   zModuleWrapPolicy.__repr__Ó   s&   ø€ Ü‰wÑÓ! a¨×(@Ñ(@Ð'AÀÐ$CÑCÐCr'   )rE   rF   rG   rH   r   Útyper   r   rT   r:   rI   r)   r	   rD   rY   r^   Ú__classcell__)r_   s   @r&   r   r   ²   s�   ø„ ñð
; x°°R·Y±Y±Ñ'@ó ;ð
'à—Y‘Yð'ð ˜RŸY™Y™ð'ð ˜#˜s˜(‘^ð	'ð
 
ˆb�i‰i˜˜c 3˜h™Ð'Ñ	(ó'ò 
ðD˜#÷ Dñ Dr'   r   c                   óÄ   — e Zd ZdZdeej                  geee	e
f   z  f   fd„Zdej                  deej                     dee	e
f   deej                  ee	e
f   f   fd„Zy	)
r   aý  
    This policy takes in a lambda function that maps a given ``nn.Module`` to
    either ``False``, ``True``, or a kwarg dictionary.
    - If the function returns ``False`` or an empty dictionary, then the module
      does not have the API applied.
    - If the function returns ``True``, then the module has the API applied
      with the root's kwargs.
    - If the function returns a non-empty dictionary, then the module has the
      API applied, and the dictionary overrides the root's kwargs.

    Example::

        >>> # xdoctest: +SKIP("undefined variables")
        >>> model = init_transformer_model(...)
        >>> def lambda_fn(module: nn.Module):
        >>>     if module is model.lm_head:
        >>>         return {"sharding_strategy": ShardingStrategy.SHARD_GRAD_OP}
        >>>     elif isinstance(module, TransformerBlock):
        >>>         return True
        >>>     return False
        >>> policy = CustomPolicy(lambda_fn)
        >>> fsdp_model = FSDP(model, auto_wrap_policy=policy)
    Ú	lambda_fnc                 ó   — || _         y r0   )Ú
_lambda_fn)rC   rc   s     r&   rT   zCustomPolicy.__init__ð   s	   € Ø#ˆ�r'   r   r5   r6   r-   c                 ó$  — i }|j                  «       D ]z  }||v rŒ| j                  |«      }t        |t        t        f«      st        d|› �«      ‚|sŒ@t        j                  |«      }t        |t        «      r|j                  |«       |||<   Œ| |S )Nz_The lambda_fn passed to CustomPolicy should return False/True or a kwarg dict, but it returned )r;   re   r   rI   ÚboolÚ
ValueErrorrV   Úupdate)rC   r   r5   r6   r+   r   Úresr2   s           r&   rD   zCustomPolicy._run_policyó   s¥   € ð DFÐØ!×)Ñ)Ö+ˆFØ˜Ñ(ØØ—/‘/ &Ó)ˆCÜ˜c¤D¬$ <Ô0Ü ðCØCFÀ%ðIóð ñ ØÜ—Y‘Y˜{Ó+ˆFÜ˜#œtÔ$ð —‘˜cÔ"Ø.4Ð# FÒ+ð! ,ð" 'Ð&r'   N)rE   rF   rG   rH   r   r   r   rg   rI   r)   r	   rT   r:   rD   r1   r'   r&   r   r   ×   s…   „ ñð0$ (¨B¯I©I¨;¸¸tÀCÈÀH¹~Ñ8MÐ+MÑ"Nó $ð'à—Y‘Yð'ð ˜RŸY™Y™ð'ð ˜#˜s˜(‘^ð	'ð
 
ˆb�i‰i˜˜c 3˜h™Ð'Ñ	(ô'r'   r   rc   c                 ó   — |ry || «      S )aU  
    A convenient auto wrap policy to wrap submodules based on an arbitrary user
    function. If `lambda_fn(submodule) == True``, the submodule will be wrapped as
    a `wrapper_cls` unit.

    Return if a module should be wrapped during auto wrapping.

    The first three parameters are required by :func:`_recursive_wrap`.

    Args:
        module (nn.Module): Current module being considered.
        recurse (bool): If ``False``, then this function must decide whether
            ``module`` should be wrapped as an FSDP instance or not. If
            ``True``, then the function is still recursing down the module
            tree as a part of the DFS.
        nonwrapped_numel (int): Parameter numel not yet wrapped.

        lambda_fn (Callable[[nn.Module], bool]): If this returns ``True``, then
            this module will be wrapped.
    Tr1   )r   rJ   rK   rc   s       r&   r   r     s   € ñ. ØÙ�VÓÐr'   Útransformer_layer_clsc                 ó   — t        | |||«      S )a-  
    See :func:`_module_wrap_policy`, where ``transformer_layer_cls`` is the
    same as ``module_classes``. Note that shared parameters must be wrapped in
    the same FSDP instance, so this auto wrap policy can help wrap shared
    embeddings into the same FSDP instance for transformer models.
    )rN   )r   rJ   rK   rl   s       r&   r   r   *  s   € ô ˜v wÐ0@ÐBWÓXÐXr'   c                 ó2   — |ryt        | t        |«      «      S )NTrM   )r   r4   rJ   r?   r2   s        r&   Ú_wrap_module_cls_individuallyro   9  s   € ñ àô ˜&¤%¨Ó"7Ó8Ð8r'   c                 ó4   ‡ ‡‡— t        ˆ ˆˆfd„|D «       «      S )zv
    A policy that wraps ``module`` if any policy in the passed in iterable of
    ``policies`` returns ``True``.
    c              3   ó4   •K  — | ]  } |‰‰‰¬ «      –— Œ y­w)©r   rJ   rK   Nr1   )Ú.0Úpolicyr   rK   rJ   s     €€€r&   Ú	<genexpr>z_or_policy.<locals>.<genexpr>O  s&   øè ø€ ð áˆFñ 	�f gÐ@P×QÐQÙùs   ƒ)Úany)r   rJ   rK   Úpoliciess   ``` r&   Ú
_or_policyrx   E  s   ú€ ô õ áóó ð r'   g    „×—AÚmin_num_paramsÚforce_leaf_modulesÚexclude_wrap_modulesc                 óÌ   — |€t         j                  n|}|€t         j                  n|}|}||k\  }|r|xr t        | t	        |«      «       S |xr t        | t	        |«      «       S )aÃ  
    A size-based auto wrap policy.

    Args:
        module (nn.Module): Current module being considered.
        recurse (bool): If ``False``, then this function must decide whether
            ``module`` should be wrapped as an FSDP instance or not. If
            ``True``, then the function is still recursing down the module
            tree as a part of the DFS.
        nonwrapped_numel (int): Parameter numel not yet wrapped.

        min_num_params (int): Customizable policy input that controls the size
            threshold over which a module is ready to be wrapped. This is in
            units of numel.
        force_leaf_modules (Optional[set[type[nn.Module]]]): Set of module types to keep
            as leaves, i.e. their children will never be wrapped.
        exclude_wrap_modules (Optional[set[type[nn.Module]]]): Set of module types to be
            excluded in wrapping.

    Returns:
        Whether ``module`` should be wrapped.
    )r   ÚFORCE_LEAF_MODULESÚEXCLUDE_WRAP_MODULESr   r9   )r   rJ   rK   ry   rz   r{   Úmin_nonwrapped_numelÚis_larges           r&   r   r   U  s‡   € ðB Ð%ô 	$×6Ò6àð ð  Ð'ô 	$×8Ò8à!ð ð *ÐØÐ#7Ñ7€HÙàÒM¤
¨6´5Ð9KÓ3LÓ MÐMÐMð ÒO¤
¨6´5Ð9MÓ3NÓ OÐOÐOr'   Úwrapper_clsÚwrapper_kwargs)NNNc              +   ó`   K  — d| i|¥}t        di |¤Ž5  d–— ddd«       y# 1 sw Y   yxY w­w)aÑ  
    Context manager to wrap modules using a wrapper.

    Useful for when you'd like to apply the same configuration arguments to all
    child modules that you wrap. A particularly important use case is wrapping
    large layers so that they get sharded (in-place) during initialization, to
    avoid running out of system memory. Large layers can indicate that they
    should be sharded via the ``wrap`` annotation and this context manager can
    provide the exact configuration for these nested instances.

    Usage::

        with enable_wrap(wrapper_cls, **params):
            # Wraps layer in FSDP by default if within context
            self.l1 = wrap(torch.nn.Linear(5, 5))

    Args:
        wrapper_cls:
            Class that `wrap` annotation will `wrap` modules with, such as
            `FullyShardedDataParallel`.
        **wrapper_kwargs:
            Configuration settings that will be passed to all ``wrap``
            instances inside the context
    r�   Nr1   )Ú_ConfigAutoWrap)r�   r‚   r2   s      r&   r   r   �  s7   è ø€ ð: 	�{ðà
ð€Fô 
Ñ	"˜6Ó	"Û÷ 
#×	"Ñ	"üs   ‚.”"™	.¢+§.Úwrap_overridesc                 óº   — t         j                  rJt         j                  €t        d«      ‚i t         j                  ¥|¥}t        | t         j                  fi |¤ŽS | S )a  
    Annotate that a module should be wrapped. Annotated modules will only be
    wrapped if inside of an :func:`enable_wrap` context manager. This allows
    a module to be initialized both with and without a wrapper without code
    change.

    The class that this function wraps the passed in ``nn.Module`` with is the
    passed in ``wrapper_cls`` argument into ``enable_wrap``. Both
    ``enable_wrap`` and ``wrap`` can take in kwargs specifying how to construct
    the ``wrapper_cls`` instance. In the case of duplicate kwargs in
    ``enable_wrap`` and ``wrap``, the argument passed into ``wrap`` will be
    respected.

    Usage::

        with enable_wrap(wrapper_cls=FSDP, **fsdp_config):
            # Wraps layer in FSDP by default if within context
            self.l1 = wrap(torch.nn.Linear(5, 5))

    Args:
        module (nn.Module): module to wrap (if in :func:`enable_wrap` context)
        **wrap_overrides: configuration overrides that will take priority over
            the values provided by the :func:`enable_wrap` context
    z.Expected _ConfigAutoWrap.wrapper_cls to be set)r„   Úin_autowrap_contextr�   r   r2   Ú_wrap)r   r…   s     r&   r   r   ´  sd   € ô2 ×*Ò*Ü×&Ñ&Ð.Ü Ð!QÓRÐRàEœO×2Ñ2ÐE°nÐEˆÜØÜ×'Ñ'ñ
ð ñ
ð 	
ð
 €Mr'   c                 óx   — |€t        d«      ‚t        | d«      ri |¥| j                  ¥} || fi |¤ŽS  || fi |¤ŽS )NzExpected wrapper_cls to be setÚ_wrap_overrides)r   ÚhasattrrŠ   )r   r�   r2   Ú	overridess       r&   rˆ   rˆ   Ú  sV   € ØÐÜÐ=Ó>Ð>ÜˆvÐ(Ô)ð
 9�vÐ8 ×!7Ñ!7Ð8ˆ	Ù˜6Ñ/ YÑ/Ð/á�vÑ( Ñ(Ð(r'   Úauto_wrap_policyÚignored_paramsÚonly_wrap_childrenr2   c           
      ó8  ‡— |€t        d«      ‚|€t        d«      ‚| j                  «       D ]6  \  }}||v rŒ	 t        |t        t        |«      «      rt        d|› d|› �«      ‚Œ8 t        ˆfd„| j                  «       D «       «      }	|€t        d«      ‚ || d|	¬«      rjd	}
| j                  «       D ]0  \  }}||v rŒt        d||||‰d
œ|¤Ž\  }}t        | ||«       |
|z  }
Œ2 |	|
z
  }|s || d|¬«      rt        | |fi |¤Ž|	fS | |
fS | d	fS # t
        $ r Y Œìw xY w)aÚ  
    Wraps submodules of ``module`` for which ``auto_wrap_policy`` returns
    ``True`` with ``wrapper_cls``.

    Args:
        module (nn.Module): Module to recursively wrap.
        auto_wrap_policy (Callable): A callable representing a policy that
            determines which modules to recursively wrap with ``wrapper_cls``.
        ignored_modules (set[torch.nn.Module]): Modules to ignore when
            wrapping.
        ignored_params (set[torch.nn.Parameter]): Parameters to ignore when
            wrapping; these should be the parameters contained in the modules
            in ``ignored_modules``.
    Returns:
        (nn.Module, int):
            ``module`` after wrapping and the numel recursively wrapped.
    zMust specify auto_wrap_policy.zMust specify wrapper_clszChild module z is already wrapped by c              3   óH   •K  — | ]  }|‰vsŒ|j                  «       –— Œ y ­wr0   )Únumel)rs   ÚprŽ   s     €r&   ru   z"_recursive_wrap.<locals>.<genexpr>  s#   øè ø€ ð Ù.�a°!¸>Ò2Iˆ�‰�	Ñ.ùs   ƒ	"�"z#Expected auto_wrap_policy to be setTrr   r   )r   r�   r�   r5   rŽ   Fr1   )r   Únamed_modulesr   r
   r`   Ú	TypeErrorÚsumÚ
parametersr   Ú_recursive_wrapr    rˆ   )r   r�   r�   r5   rŽ   r�   r2   Ú_ÚchildrK   Útotal_wrapped_numelÚnameÚwrapped_childÚnum_wrapped_paramsÚ	remainders       `          r&   r˜   r˜   è  sœ  ø€ ð4 ÐÜÐ=Ó>Ð>ØÐÜÐ7Ó8Ð8à×(Ñ(Ö*‰ˆˆ5Ø�OÑ#Øð	Ü˜%¤¤d¨KÓ!8Ô9Ü$Ø# E 7Ð*AÀ+ÀÐOóð ð :ð	 +ô ó Ø!×,Ñ,Ô.óó Ðð ÐÜÐBÓCÐCÙ˜v¨tÐFVÕWØÐà!×0Ñ0Ö2‰KˆD�%Ø˜Ñ'ØÜ0?ð 1ØØ!1Ø'Ø /Ø-ñ1ð ñ1Ñ-ˆMÐ-ô �F˜D -Ô0àÐ#5Ñ5Ñð 3ð  %Ð':Ñ:ˆ	Ù!Ñ&6Ø 5¸9õ'
ô ˜ Ñ7°Ñ7Ð9IÐIÐIàÐ.Ð.Ð.Ø�1ˆ9ÐøôM ò 	áð	ús   ¸+DÄ	DÄDc                   ó®   — e Zd ZU dZdZeed<   dZedz  ed<   i Z	e
eef   ed<   de
eef   fd„Zededdfd	„«       Zedd
„«       Zdd„Zdedededdfd„Zy)r„   zŒ
    Helper class to wrap modules based on default config args via a context manager.
    See :func:`enable_wrap` for more information.
    Fr‡   Nr�   r2   c                 ó   — || _         y r0   ©r2   )rC   r2   s     r&   rT   z_ConfigAutoWrap.__init__B  s	   € Øˆ�r'   r-   c                 óÂ   — t         j                  rt        d«      ‚dt         _        d| vrt        d«      ‚t	        t
        | d   «      t         _        | d= | t         _        y )Nz]You are already within an autowrap context and we currently do not supported nested autowrap.Tr�   z9Expected to pass in wrapper_cls arg into _ConfigAutoWrap.)r„   r‡   ÚNotImplementedErrorr   r
   r   r�   r2   r¢   s    r&   Úenable_autowrap_contextz'_ConfigAutoWrap.enable_autowrap_contextE  sc   € ä×.Ò.Ü%Øoóð ð /3ŒÔ+à Ñ&Ü ØKóð ô '+¬8°V¸MÑ5JÓ&KŒÔ#Ø�=Ð!à!'ŒÕr'   c                  óF   — dt         _        d t         _        i t         _        y )NF)r„   r‡   r�   r2   r1   r'   r&   Údisable_autowrap_contextz(_ConfigAutoWrap.disable_autowrap_contextV  s   € à.3ŒÔ+Ø&*ŒÔ#Ø!#ŒÕr'   c                 ó:   — | j                  | j                  «       y r0   )r¥   r2   )rC   s    r&   Ú	__enter__z_ConfigAutoWrap.__enter__\  s   € Ø×$Ñ$ T§[¡[Õ1r'   Úexc_typeÚexc_valÚexc_tbc                 ó$   — | j                  «        y r0   )r§   )rC   rª   r«   r¬   s       r&   Ú__exit__z_ConfigAutoWrap.__exit___  s   € Ø×%Ñ%Õ'r'   )r-   N)rE   rF   rG   rH   r‡   rg   Ú__annotations__r�   r   r2   rI   r)   r	   rT   Ústaticmethodr¥   r§   r©   r®   r1   r'   r&   r„   r„   8  s¤   … ñð
 !&Ð˜Ó%Ø#'€K�˜D‘Ó'Ø€FˆD��c�‰NÓð  c¨3 h¡ó ð ð(¨ð (°ò (ó ð(ð  ò$ó ð$ó
2ð( ð (¨sð (¸Cð (ÀDô (r'   r„   )F)1Ú
contextlibrV   Úabcr   r   Úcollections.abcr   r   r   r   Útypingr	   r
   Útorch.nnr   Ú__all__r   r*   rI   r)   r3   r`   r:   r=   rg   r   rA   ÚintrN   r   r   r   r   ro   rx   r   Ú
ModuleListÚ
ModuleDictr~   ÚMultiheadAttentionr}   Úcontextmanagerr   r   rˆ   Ú	Parameterr9   r˜   r„   r1   r'   r&   Ú<module>r½      s  ðó Û ß #ß CÓ Cß å ò	€ð)3Ø—‘ð)3à�"—)‘)�˜bŸi™i¨$Ñ.Ð.Ñ/ó)3ðXØ—‘ðà! "§)¡)¨T°#°s°(©^Ð";Ñ<ðð ðð ˆr�y‰yˆk˜2Ÿ9™9 tÑ+Ð+Ñ,ó	ð,#Ø—‘ð#à˜T "§)¡)™_Ñ-ð#ð ˜Ÿ™‘^ð#ð �c˜3�h‘ð	#ð
 " "§)¡)¨T°#°s°(©^Ð";Ñ<ó#ð(¨4ó ôˆcô ð(5Ø�I‰Ið5àð5ð ð5ð ˜˜RŸY™Y™Ñ(ð	5ð
 
ó5ô@"D�wô "DôJ4'�7ô 4'ðnØ�I‰IðØ $ðØ8;ðØHPðà	óð8YØ�I‰IðYàðYð ðYð ˜t B§I¡I™Ñ/ð	Yð
 
óYð	9Ø�I‰Ið	9Ø'/°¡~ð	9Ø@Dó	9ðØ�I‰Iðàðð ðð
 
óñ* ˜c›(Ø6:Ø8<ñ3PØ�I‰Ið3Pàð3Pð ð3Pð
 ð3Pð ˜D §¡™OÑ,¨tÑ3ð3Pð ˜d 2§9¡9™oÑ.°Ñ5ð3Pð 
ó3Pðn 57·M±MÀ2Ç=Á=Ð3QÐ Ô 0Ø24×2GÑ2GÐ1HÐ Ô .ð ×Ñð Øð Ø+.ð àÐÑ ò ó ð ðF#�—‘ð #¨cð #°b·i±ió #ðL)�"—)‘)ð )¨(ð )ÀÇÁó )ð(  %ñMØ�I‰IðMàðMð ðMð ˜Ÿ™‘^ð	Mð
 ˜Ÿ™Ñ%ðMð ðMð ðMð ˆ2�9‰9�cˆ>ÑóM÷`((ò ((r'   