-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix default cache on windows #1069
Conversation
The documentation is not available anymore as the PR was closed or merged. |
e075f1c
to
733cecc
Compare
Codecov ReportBase: 84.19% // Head: 84.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1069 +/- ##
=======================================
Coverage 84.19% 84.20%
=======================================
Files 38 38
Lines 4120 4121 +1
=======================================
+ Hits 3469 3470 +1
Misses 651 651
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks @thomwolf for the fix. I updated the code to expand |
Awesome thanks, any idea of when the next release is expected to be? |
@thomwolf is "soon" a good enough answer ? :D (more pragmatically, I'd say hopefully next week) |
Hard-coding the default cache lead to a broken path with slash on Windows
Fix huggingface/simulate#217