-
Notifications
You must be signed in to change notification settings - Fork 38
Disable disk cache in hf_xet by default through cargo system. #559
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
base: main
Are you sure you want to change the base?
Conversation
assafvayner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
Oh, now I get this - love it! I think the only thing left is to back out the |
rajatarya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this!
I think the other part is to back out the Some(0) changes from my previous PR, and then do some quick sanity testing to verify things remain working as expected.
This PR should fully revert that PR. Did I miss something? I don't see any Some(0) leftover here. |
rajatarya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, love it! ![]()
My mistake, I clicked on the commit in the Slack message and only reviewed those changes - didn't see the full PR right away. Sorry about that. |
This PR disables the disk cache by default in hf_xet using cargo features instead of in-code logic.
Reverts #535