Ë
    Q^(h«'  ã                   ó  — d Z ddlmZ ddlmZmZ ddlmZmZ  G d„ de	«      Z
 G d„ de	«      Z G d	„ d
e«      Z G d„ de«      Z G d„ de«      Z G d„ dee«      Z G d„ de	«      Z G d„ dee«      Z G d„ de	«      Z G d„ de	«      Z G d„ de«      Z G d„ de«      Z G d„ de«      Z G d„ d e«      Z G d!„ d"e«      Z G d#„ d$e«      Z G d%„ d&e«      Z G d'„ d(e«      Z  G d)„ d*e«      Z! G d+„ d,e!«      Z" G d-„ d.e«      Z# G d/„ d0e«      Z$ G d1„ d2e«      Z% G d3„ d4e%e&e«      Z' G d5„ d6ee«      Z( G d7„ d8e	«      Z) G d9„ d:e)«      Z* G d;„ d<e)«      Z+ G d=„ d>e+«      Z, G d?„ d@e	«      Z- G dA„ dBe-«      Z. G dC„ dDe-«      Z/ G dE„ dFe	«      Z0yG)HzContains all custom errors.é    )ÚPath)ÚOptionalÚUnion)Ú	HTTPErrorÚResponsec                   óL   ‡ — e Zd ZU dZeeef   ed<   dedeeef   fˆ fd„Zˆ xZ	S )ÚCacheNotFoundz9Exception thrown when the Huggingface cache is not found.Ú	cache_dirÚmsgc                 ó:   •— t        ‰| �  |g|¢­i |¤Ž || _        y ©N)ÚsuperÚ__init__r
   )Úselfr   r
   ÚargsÚkwargsÚ	__class__s        €úT/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/huggingface_hub/errors.pyr   zCacheNotFound.__init__   s!   ø€ Ü‰Ñ˜Ð.˜tÒ. vÒ.Ø"ˆ�ó    )
Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ústrr   Ú__annotations__r   Ú__classcell__©r   s   @r   r	   r	      s6   ø… ÙCà�S˜$�YÑÓð#˜Cð #¨E°#°t°)Ñ,<÷ #ñ #r   r	   c                   ó   — e Zd ZdZy)ÚCorruptedCacheExceptionzGException for any unexpected structure in the Huggingface cache-system.N©r   r   r   r   © r   r   r   r      s   „ ÚQr   r   c                   ó   — e Zd ZdZy)ÚLocalTokenNotFoundErrorz0Raised if local token is required but not found.Nr    r!   r   r   r#   r#      ó   „ Ú:r   r#   c                   ó   — e Zd ZdZy)ÚOfflineModeIsEnabledzTRaised when a request is made but `HF_HUB_OFFLINE=1` is set as environment variable.Nr    r!   r   r   r&   r&   $   s   „ Ú^r   r&   c            	       óT   ‡ — e Zd ZdZdddœdedee   dee   fˆ fd„Zded	dfd
„Zˆ xZ	S )ÚHfHubHTTPErrora@  
    HTTPError to inherit from for any custom HTTP Error raised in HF Hub.

    Any HTTPError is converted at least into a `HfHubHTTPError`. If some information is
    sent back by the server, it will be added to the error message.

    Added details:
    - Request id from "X-Request-Id" header if exists. If not, fallback to "X-Amzn-Trace-Id" header if exists.
    - Server error message from the header "X-Error-Message".
    - Server error message if we can found one in the response body.

    Example:
    ```py
        import requests
        from huggingface_hub.utils import get_session, hf_raise_for_status, HfHubHTTPError

        response = get_session().post(...)
        try:
            hf_raise_for_status(response)
        except HfHubHTTPError as e:
            print(str(e)) # formatted message
            e.request_id, e.server_message # details returned by server

            # Complete the error message with additional information once it's raised
            e.append_to_message("
`create_commit` expects the repository to exist.")
            raise
    ```
    N)Úserver_messageÚmessageÚresponser)   c                óâ   •— |�8|j                   j                  d«      xs |j                   j                  d«      nd | _        || _        t        ‰| �  |||�|j                  ¬«       y d ¬«       y )Nzx-request-idzX-Amzn-Trace-Id)r+   Úrequest)ÚheadersÚgetÚ
request_idr)   r   r   r-   )r   r*   r+   r)   r   s       €r   r   zHfHubHTTPError.__init__F   sƒ   ø€ ð Ð#ð ×Ñ× Ñ  Ó0Ò[°H×4DÑ4D×4HÑ4HÐIZÔ4[àð 	Œð
 -ˆÔä‰ÑØØØ(0Ð(<�H×$Ñ$ð 	õ 	
ð CGð 	õ 	
r   Úadditional_messageÚreturnc                 óT   — | j                   d   |z   f| j                   dd z   | _         y)zFAppend additional information to the `HfHubHTTPError` initial message.r   é   N)r   )r   r1   s     r   Úappend_to_messagez HfHubHTTPError.append_to_messageT   s)   € à—Y‘Y˜q‘\Ð$6Ñ6Ð8¸4¿9¹9ÀQÀR¸=ÑHˆ�	r   r   )
r   r   r   r   r   r   r   r   r5   r   r   s   @r   r(   r(   (   sL   ø„ ñð:
Ðmqò 
 ð 
¨x¸Ñ/Að 
Ð]eÐfiÑ]jõ 
ðI°Cð I¸D÷ Ir   r(   c                   ó   — e Zd ZdZy)ÚInferenceTimeoutErrorzBError raised when a model is unavailable or the request times out.Nr    r!   r   r   r7   r7   \   s   „ ÚLr   r7   c                   ó   — e Zd ZdZy)ÚInferenceEndpointErrorz8Generic exception when dealing with Inference Endpoints.Nr    r!   r   r   r9   r9   c   s   „ ÚBr   r9   c                   ó   — e Zd ZdZy)ÚInferenceEndpointTimeoutErrorz<Exception for timeouts while waiting for Inference Endpoint.Nr    r!   r   r   r;   r;   g   s   „ ÚFr   r;   c                   ó   — e Zd ZdZy)ÚSafetensorsParsingErrorz¥Raised when failing to parse a safetensors file metadata.

    This can be the case if the file is not a safetensors file or does not respect the specification.
    Nr    r!   r   r   r=   r=   n   ó   „ òr   r=   c                   ó   — e Zd ZdZy)ÚNotASafetensorsRepoErrorzŽRaised when a repo is not a Safetensors repo i.e. doesn't have either a `model.safetensors` or a
    `model.safetensors.index.json` file.
    Nr    r!   r   r   r@   r@   u   s   „ òr   r@   c                   ó   — e Zd ZdZy)ÚTextGenerationErrorz3Generic error raised if text-generation went wrong.Nr    r!   r   r   rB   rB   ~   ó   „ Ú=r   rB   c                   ó   — e Zd ZdZy)ÚValidationErrorzServer-side validation error.Nr    r!   r   r   rE   rE   ƒ   s   „ Ú'r   rE   c                   ó   — e Zd Zy)ÚGenerationErrorN©r   r   r   r!   r   r   rG   rG   ‡   ó   „ Ør   rG   c                   ó   — e Zd Zy)ÚOverloadedErrorNrH   r!   r   r   rK   rK   ‹   rI   r   rK   c                   ó   — e Zd Zy)ÚIncompleteGenerationErrorNrH   r!   r   r   rM   rM   �   rI   r   rM   c                   ó   — e Zd Zy)ÚUnknownErrorNrH   r!   r   r   rO   rO   “   rI   r   rO   c                   ó   — e Zd ZdZy)ÚHFValidationErrorzŸGeneric exception thrown by `huggingface_hub` validators.

    Inherits from [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError).
    Nr    r!   r   r   rQ   rQ   š   r>   r   rQ   c                   ó   — e Zd ZdZy)ÚFileMetadataErrorz§Error triggered when the metadata of a file on the Hub cannot be retrieved (missing ETag or commit_hash).

    Inherits from `OSError` for backward compatibility.
    Nr    r!   r   r   rS   rS   ¤   r>   r   rS   c                   ó   — e Zd ZdZy)ÚRepositoryNotFoundErrora�  
    Raised when trying to access a hf.co URL with an invalid repository name, or
    with a private repo name the user does not have access to.

    Example:

    ```py
    >>> from huggingface_hub import model_info
    >>> model_info("<non_existent_repository>")
    (...)
    huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: PvMw_VjBMjVdMz53WKIzP)

    Repository Not Found for url: https://huggingface.co/api/models/%3Cnon_existent_repository%3E.
    Please make sure you specified the correct `repo_id` and `repo_type`.
    If the repo is private, make sure you are authenticated.
    Invalid username or password.
    ```
    Nr    r!   r   r   rU   rU   ®   s   „ òr   rU   c                   ó   — e Zd ZdZy)ÚGatedRepoErroraÆ  
    Raised when trying to access a gated repository for which the user is not on the
    authorized list.

    Note: derives from `RepositoryNotFoundError` to ensure backward compatibility.

    Example:

    ```py
    >>> from huggingface_hub import model_info
    >>> model_info("<gated_repository>")
    (...)
    huggingface_hub.utils._errors.GatedRepoError: 403 Client Error. (Request ID: ViT1Bf7O_026LGSQuVqfa)

    Cannot access gated repo for url https://huggingface.co/api/models/ardent-figment/gated-model.
    Access to model ardent-figment/gated-model is restricted and you are not in the authorized list.
    Visit https://huggingface.co/ardent-figment/gated-model to ask for access.
    ```
    Nr    r!   r   r   rW   rW   Ã   s   „ òr   rW   c                   ó   — e Zd ZdZy)ÚDisabledRepoErrora  
    Raised when trying to access a repository that has been disabled by its author.

    Example:

    ```py
    >>> from huggingface_hub import dataset_info
    >>> dataset_info("laion/laion-art")
    (...)
    huggingface_hub.utils._errors.DisabledRepoError: 403 Client Error. (Request ID: Root=1-659fc3fa-3031673e0f92c71a2260dbe2;bc6f4dfb-b30a-4862-af0a-5cfe827610d8)

    Cannot access repository for url https://huggingface.co/api/datasets/laion/laion-art.
    Access to this resource is disabled.
    ```
    Nr    r!   r   r   rY   rY   Ù   ó   „ òr   rY   c                   ó   — e Zd ZdZy)ÚRevisionNotFoundErrora  
    Raised when trying to access a hf.co URL with a valid repository but an invalid
    revision.

    Example:

    ```py
    >>> from huggingface_hub import hf_hub_download
    >>> hf_hub_download('bert-base-cased', 'config.json', revision='<non-existent-revision>')
    (...)
    huggingface_hub.utils._errors.RevisionNotFoundError: 404 Client Error. (Request ID: Mwhe_c3Kt650GcdKEFomX)

    Revision Not Found for url: https://huggingface.co/bert-base-cased/resolve/%3Cnon-existent-revision%3E/config.json.
    ```
    Nr    r!   r   r   r\   r\   î   rZ   r   r\   c                   ó   — e Zd ZdZy)ÚEntryNotFoundErroraì  
    Raised when trying to access a hf.co URL with a valid repository and revision
    but an invalid filename.

    Example:

    ```py
    >>> from huggingface_hub import hf_hub_download
    >>> hf_hub_download('bert-base-cased', '<non-existent-file>')
    (...)
    huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: 53pNl6M0MxsnG5Sw8JA6x)

    Entry Not Found for url: https://huggingface.co/bert-base-cased/resolve/main/%3Cnon-existent-file%3E.
    ```
    Nr    r!   r   r   r^   r^     rZ   r   r^   c                   ó(   ‡ — e Zd ZdZdefˆ fd„Zˆ xZS )ÚLocalEntryNotFoundErrora  
    Raised when trying to access a file or snapshot that is not on the disk when network is
    disabled or unavailable (connection issue). The entry may exist on the Hub.

    Note: `ValueError` type is to ensure backward compatibility.
    Note: `LocalEntryNotFoundError` derives from `HTTPError` because of `EntryNotFoundError`
          even when it is not a network issue.

    Example:

    ```py
    >>> from huggingface_hub import hf_hub_download
    >>> hf_hub_download('bert-base-cased', '<non-cached-file>',  local_files_only=True)
    (...)
    huggingface_hub.utils._errors.LocalEntryNotFoundError: Cannot find the requested files in the disk cache and outgoing traffic has been disabled. To enable hf.co look-ups and downloads online, set 'local_files_only' to False.
    ```
    r*   c                 ó(   •— t         ‰| �  |d ¬«       y )N)r+   )r   r   )r   r*   r   s     €r   r   z LocalEntryNotFoundError.__init__&  s   ø€ Ü‰Ñ˜¨4ÐÕ0r   )r   r   r   r   r   r   r   r   s   @r   r`   r`     s   ø„ ñð$1 ÷ 1ñ 1r   r`   c                   ó   — e Zd ZdZy)ÚBadRequestErroraQ  
    Raised by `hf_raise_for_status` when the server returns a HTTP 400 error.

    Example:

    ```py
    >>> resp = requests.post("hf.co/api/check", ...)
    >>> hf_raise_for_status(resp, endpoint_name="check")
    huggingface_hub.utils._errors.BadRequestError: Bad request for check endpoint: {details} (Request ID: XXX)
    ```
    Nr    r!   r   r   rc   rc   +  s   „ ò
r   rc   c                   ó   — e Zd ZdZy)Ú	DDUFErrorz5Base exception for errors related to the DDUF format.Nr    r!   r   r   re   re   <  s   „ Ú?r   re   c                   ó   — e Zd ZdZy)ÚDDUFCorruptedFileErrorz1Exception thrown when the DDUF file is corrupted.Nr    r!   r   r   rg   rg   @  ó   „ Ú;r   rg   c                   ó   — e Zd ZdZy)ÚDDUFExportErrorz-Base exception for errors during DDUF export.Nr    r!   r   r   rj   rj   D  s   „ Ú7r   rj   c                   ó   — e Zd ZdZy)ÚDDUFInvalidEntryNameErrorz0Exception thrown when the entry name is invalid.Nr    r!   r   r   rl   rl   H  r$   r   rl   c                   ó   — e Zd ZdZy)ÚXetErrorz1Base exception for errors related to Xet Storage.Nr    r!   r   r   rn   rn   O  rh   r   rn   c                   ó   — e Zd ZdZy)ÚXetAuthorizationErrorzXException thrown when the user does not have the right authorization to use Xet Storage.Nr    r!   r   r   rp   rp   S  s   „ Úbr   rp   c                   ó   — e Zd ZdZy)ÚXetRefreshTokenErrorz3Exception thrown when the refresh token is invalid.Nr    r!   r   r   rr   rr   W  rC   r   rr   c                   ó   — e Zd ZdZy)ÚXetDownloadErrorz:Exception thrown when the download from Xet Storage fails.Nr    r!   r   r   rt   rt   [  s   „ ÚDr   rt   N)1r   Úpathlibr   Útypingr   r   Úrequestsr   r   Ú	Exceptionr	   r   ÚEnvironmentErrorr#   ÚConnectionErrorr&   r(   ÚTimeoutErrorr7   r9   r;   r=   r@   rB   rE   rG   rK   rM   rO   Ú
ValueErrorrQ   ÚOSErrorrS   rU   rW   rY   r\   r^   ÚFileNotFoundErrorr`   rc   re   rg   rj   rl   rn   rp   rr   rt   r!   r   r   ú<module>r      sÄ  ðÙ !å ß "ç (ô#�Iô #ôR˜iô Rô;Ð.ô ;ô_˜?ô _ô.I�Yô .IôhM˜I |ô MôC˜Yô CôGÐ$:¸Lô Gô˜iô ô˜yô ô>˜)ô >ô
(Ð)ô (ô	Ð)ô 	ô	Ð)ô 	ô	Ð 3ô 	ô	Ð&ô 	ô˜
ô ô˜ô ô˜nô ô*Ð,ô ô,˜ô ô*˜Nô ô&˜ô ô$1Ð0Ð2CÀZô 1ô0�n jô ô"@�	ô @ô<˜Yô <ô8�iô 8ô; ô ;ô<ˆyô <ôc˜Hô cô>˜8ô >ôE�yõ Er   