Disable disk cache in hf_xet by default through cargo system. #559
Disable disk cache in hf_xet by default through cargo system. #559
Conversation
|
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.
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.
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