-
Notifications
You must be signed in to change notification settings - Fork 581
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
FileNotFoundError when reading file symlink from cache dir. #1388
Comments
Hi @ivlcic , thanks for reporting this issue. I'll try to reproduce it and keep you updated. Just to be sure, does it work with huggingface 0.13.1 when passing
with |
Yes with absolute path it works:
|
Hi @ivlcic, I made a patch release to fix this: |
Wow, that was super fast! |
Describe the bug
When using huggingface_hub==0.13.1 the following cache dir structure is created
Which fails with:
When invoking:
When using huggingface_hub==0.11.1 the following cache dir structure is created and everything works
The following packages are installed in venv:
Reproduction
No response
Logs
No response
System info
The text was updated successfully, but these errors were encountered: