o
    i                     @   s^   d Z ddlZddlmZ ddlmZ ddlmZ ee	Z
edd	G d
d deZdgZdS )z!Feature extractor class for CLIP.    N   )logging)requires   )CLIPImageProcessor)vision)backendsc                       s   e Zd Zd fddZ  ZS )CLIPFeatureExtractorreturnNc                    s"   t dt t j|i | d S )NzThe class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead.)warningswarnFutureWarningsuper__init__)selfargskwargs	__class__ d/home/ubuntu/.local/lib/python3.10/site-packages/transformers/models/clip/feature_extraction_clip.pyr      s
   zCLIPFeatureExtractor.__init__)r
   N)__name__
__module____qualname__r   __classcell__r   r   r   r   r	      s    r	   )__doc__r   utilsr   utils.import_utilsr   image_processing_clipr   
get_loggerr   loggerr	   __all__r   r   r   r   <module>   s   


