
    jB                     .    d Z ddlZddlZddlmZ ddZdS )z:Deprecated `huggingface-cli` entry point. Warns and exits.    N   )outreturnc                     t          j        d           t          j        d          r&ddlm}   | d           t          j        d           nt          j        d           t          j        d           t          j        d	           d S )
NzG`huggingface-cli` is deprecated and no longer works. Use `hf` instead.
hfr   check_cli_updatehuggingface_hubz,`hf` is already installed! Use it directly.
zInstall `hf`:
  Standalone (recommended): curl -LsSf https://hf.co/cli/install.sh | bash
  Using Homebrew:           brew install hf
  Using pip:                pip install huggingface_hub
zExamples:
  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whichhuggingface_hub.cli._cli_utilsr	   hintsysexitr   s    e/var/www/html/Carbon-Document/venv/lib/python3.11/site-packages/huggingface_hub/cli/deprecated_cli.pymainr   	   s    KZ[[[|D 
CCCCCC*+++@AAAAH	
 	
 	
 H		 	 	 HQKKKKK    )r   N)__doc__r   r   _outputr   r    r   r   <module>r      sM    @ @  



           r   