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   ^/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/compressed_tensors/utils/internal.pyr      s    )torch__all__nnModuler   r   r   r   r   <module>   s   