o
    ý°“iÖ  ã                   @   s&   d dl Z dgZG dd„ de jjƒZdS )é    NÚInternalModulec                   @   s   e Zd ZdZdS )r   a  
    Abstract base class for modules which are not a part of the the model definition.
    `torch.nn.Module`s which inherit from this class will not be targeted by configs

    This is typically used to skip apply configs to `Observers` and `Transforms`
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úU/home/ubuntu/.local/lib/python3.10/site-packages/compressed_tensors/utils/internal.pyr      s    )ÚtorchÚ__all__ÚnnÚModuler   r   r   r   r   Ú<module>   s   