
    *`i                     D    d dl Z dgZ G d de j        j                  ZdS )    NInternalModulec                       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__     u/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/compressed_tensors/utils/internal.pyr   r      s          	Dr
   )torch__all__nnModuler   r	   r
   r   <module>r      sR     
	 	 	 	 	UX_ 	 	 	 	 	r
   