o
    0ÎjB  ã                   @   s.   d Z ddlZddlZddlmZ ddd„ZdS )	z:Deprecated `huggingface-cli` entry point. Warns and exits.é    Né   )ÚoutÚreturnc                  C   sV   t  d¡ t d¡rddlm}  | dƒ t  d¡ nt  d¡ t  d¡ t d	¡ d S )
NzG`huggingface-cli` is deprecated and no longer works. Use `hf` instead.
Zhfr   ©Úcheck_cli_updateZhuggingface_hubz,`hf` is already installed! Use it directly.
z½Install `hf`:
  Standalone (recommended): curl -LsSf https://hf.co/cli/install.sh | bash
  Using Homebrew:           brew install hf
  Using pip:                pip install huggingface_hub
zàExamples:
  hf auth login
  hf download unsloth/gemma-4-31B-it-GGUF
  hf upload my-cool-model . .
  hf models ls --search "gemma"
  hf repos ls --format json
  hf jobs run python:3.12 python -c 'print("Hello!")'
  hf --help
r   )	r   ÚwarningÚshutilÚwhichZhuggingface_hub.cli._cli_utilsr   ÚhintÚsysÚexitr   © r   úc/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/huggingface_hub/cli/deprecated_cli.pyÚmain	   s   

ÿÿ
r   )r   N)Ú__doc__r   r   Ú_outputr   r   r   r   r   r   Ú<module>   s
    