
    gj1                     v   d Z ddlZddlZddlZddlmZ ddlZddlmZm	Z	 ddl
mZ ddlmZmZ ddlmZ dd	lmZmZmZmZmZmZmZ dd
lmZ  e	j        e          Zg dZ	 	 	 	 	 	 	 	 	 	 	 	 	 d(dedeedz   ej         d          f         deedz   ej         d          f         dedededee!e         dz   ej"        d          f         dee!e         dz   ej"        d          f         dee!e         dz   ej"        d          f         deedz   ej"        d          f         deedz   ej"        d          f         d ee# ej"        d!          f         d"ee$dz   ej"        d#          f         d$ed%dfd&Z%dededz  dedz  de!e         dz  d%e&eee!e         dz  f         f
d'Z'dS ))a  Contains command to upload a repo or file with the CLI.

Usage:
    # Upload file (implicit)
    hf upload my-cool-model ./my-cool-model.safetensors

    # Upload file (explicit)
    hf upload my-cool-model ./my-cool-model.safetensors  model.safetensors

    # Upload directory (implicit). If `my-cool-model/` is a directory it will be uploaded, otherwise an exception is raised.
    hf upload my-cool-model

    # Upload directory (explicit)
    hf upload my-cool-model ./models/my-cool-model .

    # Upload filtered directory (example: tensorboard logs except for the last run)
    hf upload my-cool-model ./model/training /logs --include "*.tfevents.*" --exclude "*20230905*"

    # Upload with wildcard
    hf upload my-cool-model "./model/training/*.safetensors"

    # Upload private dataset
    hf upload Wauplin/my-cool-dataset ./data . --repo-type=dataset --private

    # Upload with token
    hf upload Wauplin/my-cool-model --token=hf_****

    # Sync local Space with Hub (upload new files, delete removed files)
    hf upload Wauplin/space-example --repo-type=space --exclude="/logs/*" --delete="*" --commit-message="Sync local Space with Hub"

    # Schedule commits every 30 minutes
    hf upload Wauplin/my-cool-model --every=30

    # Upload using an hf:// URI (repo type, revision and path in repo are read from the URI)
    hf upload hf://datasets/Wauplin/my-cool-dataset@my-branch/data/train.csv ./train.csv
    N)	Annotated)	constantslogging)CommitScheduler)CLIErrorRevisionNotFoundError)parse_hf_uri   )
PrivateOpt	RepoIdArgRepoTypeRepoTypeOptionalOptRevisionOptTokenOpt
get_hf_api)out)zhf upload my-cool-model . .z:hf upload Wauplin/my-cool-model ./models/model.safetensorszChf upload Wauplin/my-cool-dataset ./data /train --repo-type=datasetzrhf upload Wauplin/my-cool-model ./models . --commit-message="Epoch 34/50" --commit-description="Val accuracy: 68%"z?hf upload bigcode/the-stack . . --repo-type dataset --create-prFrepo_id
local_pathzkLocal path to the file or folder to upload. Wildcard patterns are supported. Defaults to current directory.)helppath_in_repoz\Path of the file or folder in the repo. Defaults to the relative path of the file or folder.	repo_typerevisionprivateincludez'Glob patterns to match files to upload.excludez.Glob patterns to exclude from files to upload.deletezDGlob patterns for file to be deleted from the repo while committing.commit_messagez9The summary / title / first line of the generated commit.commit_descriptionz(The description of the generated commit.	create_prz0Whether to upload content as a new Pull Request.everyzNIf set, a background job is scheduled to create commits every `every` minutes.tokenreturnc                    	
 dk    rt          j        dd                               t          j                  r|t          d  d          t          d  d          t                     }|j        rt          d	          |j        |j	        |j
        c |j        r$|t          d
|j         d| d          |j        }n|pt          j        j        t          |          t!           |||          \  dt"          f
	 fd} |            }t%          j        d|           dS )zLUpload a file or a folder to the Hub. Recommended for single-commit uploads.Nr   z --every must be a positive valuer    )
param_hintz3'--repo-type' cannot be used with an 'hf://' URI ('z').z2'--revision' cannot be used with an 'hf://' URI ('z@Buckets are not supported by `hf upload`. Use `hf sync` instead.z)Cannot combine a path in the hf:// URI ('z&') with the `path_in_repo` argument (')r!   )r   r   r   r   r"   c                     t           j                                      r<t                    dk    r)t	          t
                    rt          j        d           't                    dk    rt          j        d           
't          
          dk    rt          j        d           t           j                                      rTt           j                                      } 	                              rd t                              n}g}g }n1} }}}
't          
          dk    rt          j        d           t          | |||
  
        }t          j        d d|j         d	           	 	 t          j        d           # t           $ r |                                 Y dS w xY wt           j                                      s2t           j                                      st'          d d                              d
dk    rdnd           j        }c	sa	                     |           nG# t,          $ r: t.                              d d                               |d
           Y nw xY wt           j                                      r                    |	          S                     |	
          S )Nr   z3Ignoring --include since a single file is uploaded.z3Ignoring --exclude since a single file is uploaded.z2Ignoring --delete since a single file is uploaded.z8Ignoring --delete when uploading with scheduled commits.)
folder_pathr   r   r   allow_patternsignore_patternsr   r   r    hf_apizScheduling commits every z minutes to .Td   zStopped scheduled commits.zNo such file or directory: 'z'.spacegradio)r   r   exist_okr   	space_sdk)r   r   r   zBranch 'z' not found. Creating it...)r   r   branchr.   )path_or_fileobjr   r   r   r   r   r   r   )r&   r   r   r   r   r   r   r   r'   r(   delete_patterns)ospathisfilelen
isinstancelistwarningswarndirnameendswithr   r   textr   timesleepKeyboardInterruptstopisdirFileNotFoundErrorcreate_repo	repo_infor   loggerinfocreate_branchupload_fileupload_folder)r&   pir'   r(   	schedulercreatedapir   r   r   r   r    r   r   r   repo_type_strresolved_includeresolved_local_pathresolved_path_in_repor   s         ^/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/huggingface_hub/cli/upload.py
run_uploadzupload.<locals>.run_upload   s   7>>-.. 	T+4D0E0E0I0IjYikoNpNp0ISTTT"s7||a'7'7STTT!c&kkAooRSSS  w~~122 ^ goo.ABB -556IJJ/)*ES1D-E-E,E*EFF. 
 #6!6"$1*!1")%#f++//M"\]]]'''!- /  I HXXXIDUXXXYYY4$JsOOO$$ 4 4 4   3334
 w~~122 	\27==I\;];] 	\#$ZCV$Z$Z$Z[[[//#"/7":":hh " 
 
  	 	lgQYZZZZ( l l lLxLLLMMM!!']S[fj!kkkkkl 7>>-.. 
	?? 32'!-#5# # 	 	 	   +.#)1+#" ! 
 
 	
s%   F( (G
	G

I# #AJ'&J'Uploaded)url)typerBadParameter
startswithr   HF_PROTOCOLr   r	   	is_bucketidtyper   r   r   modelvaluer   _resolve_upload_pathsstrr   result)r   r   r   r   r   r   r   r   r   r   r   r   r    r!   urirT   rb   rN   rO   rP   rQ   rR   s   `   `` ``````    @@@@@rS   uploadrd   W   s"   ~ UaZZ !CPWXXXX )/00 < ]QX]]]^^^\PW\\\]]]7##= 	_]^^^+.638S\( 	,' J@P  J  J  yE  J  J  J   +L"4hn;
5
!
!
!C DYJ\SZD D D@.0@c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 c
J Z\\FJzv&&&&&&    c                 4   |                      d          d         }|}It          fddD                       r.|t          d          ||dk    rt          d          ddgfS $t          j                            |          r|||fS $t          j                            |          r|d|fS t          d| d	          |At          j                                      r"t          j                                      |fS |d|fS ||fS )
N/c              3       K   | ]}|v V  	d S )N ).0cr   s     rS   	<genexpr>z(_resolve_upload_paths.<locals>.<genexpr>'  s'      %O%O!a:o%O%O%O%O%O%Ore   )*?[z9Cannot set --include when local_path contains a wildcard.r*   z<Cannot set path_in_repo when local_path contains a wildcard.'zB' is not a local file or folder. Please set local_path explicitly.)splitany
ValueErrorr3   r4   r5   rB   basename)r   r   r   r   	repo_namerP   s    `    rS   r`   r`   !  sS    c""2&I#%O%O%O%O%O%O%O"O"OXYYY#(;(;[\\\J%%bgnnY77)%555bgmmI66#///jYjjjkkkz : :27++J779III3 000|%555re   )NNNNNNNNNNFNN)(__doc__r3   r>   r9   typingr   rW   huggingface_hubr   r   !huggingface_hub._commit_schedulerr   huggingface_hub.errorsr   r   huggingface_hub.utilsr	   
_cli_utilsr   r   r   r   r   r   r   _outputr   
get_logger__name__rF   UPLOAD_EXAMPLESra   Argumentr8   Optionboolfloatrd   tupler`   rj   re   rS   <module>r      s)  # #J 
			          . . . . . . . . = = = = = = B B B B B B B B . . . . . .                        
	H	%	%    	 	%)  	 	 	 	 	 	 	wG' G'G'd
~	
 	
 	
	G' d
o	
 	
 	
	G' #G' G'  !G'" S	D:	
 	
 	
	#G'. S	DA	
 	
 	
	/G': S	DW	
 	
 	
	;G'F d
L	
 	
 	
	GG'R "d
;	
 	
 	
	SG'^ C	
 	
 	
	_G'j a	
 	
 	
	kG'v wG'x 
yG' G' G' G'T66!$t6;>:6PTUXPY\`P`6
3T#Y%%&6 6 6 6 6 6re   