Fix typo in warning message#27055
Merged
ArthurZucker merged 3 commits intohuggingface:mainfrom Nov 24, 2023
Merged
Conversation
Contributor
Author
|
It's not a typo. I guess this is a missing change in the PR #18492 |
ArthurZucker
approved these changes
Oct 25, 2023
Collaborator
ArthurZucker
left a comment
There was a problem hiding this comment.
Thanks for these!
Rebasing should fix the ci 😉
The path of `default_cache_path` is hf_cache_home/hub. There is no directory named transformers under hf_cache_home
v4.22.0 is the earlist version that contains those changes in PR huggingface#18492
20063a5 to
5431519
Compare
Contributor
Author
|
Already rebased and CI passed. |
Contributor
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Collaborator
|
Sorry for the delay I'll merge 😉 |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix a typo in the warning message. The value of
default_cache_pathis~/.cache/huggingface/hubnot~/.cache/huggingface/transformers.v4.22.0 is the earlist version that contains those changes in PR #18492