Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a finer exception when local_files_only=True and a file is missing in cache #985

Merged
merged 3 commits into from
Aug 11, 2022

Conversation

Wauplin
Copy link
Contributor

@Wauplin Wauplin commented Aug 10, 2022

Fix #979. See discussion is issue about LocalEntryNotFound inheritance.

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Aug 10, 2022

The documentation is not available anymore as the PR was closed or merged.

Copy link
Contributor

@sgugger sgugger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this, left some nits here and there as the error is raised in two situations:

  • local_files_only=True and the file is not in the cache
  • local_files_only=False, there is a connection error (timeout/connection error) or offline mode is enabled (which is the same as the first bullet point) and the file is not in the cache

The doc only mentioned the first part.

src/huggingface_hub/utils/_errors.py Outdated Show resolved Hide resolved
src/huggingface_hub/utils/_errors.py Outdated Show resolved Hide resolved
@Wauplin Wauplin merged commit 620ddf9 into main Aug 11, 2022
@Wauplin Wauplin deleted the 979-add-local-entry-not-found-error branch August 11, 2022 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a finer exception when local_files_only=True and a file is missing in cache
3 participants