Closed bhavnicksm closed 1 day ago
first let's start by defining where these files are downloaded, according to the HF-docs cached files can be found in ~\.cache\huggingface\hub
.
for multiple OS compatibility you can access this using
import os
os.path.join(os.path.expanduser("~"), ".cache", "huggingface","hub")
Can I take this issue ?
Hey @not-lain !
Yes, it would be great if you do, thanks~!
cc @bhavnicksm let's close this one as it was fixed in 13
Sure, sounds good!
AutoTikTokenizer should be able to load offline tokenizer stored at some path on the disk. If it's not able to load the path on the disk it should throw an appropriate error:
For example:
This is in regards to: issue