exo-explore / exo

Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚
GNU General Public License v3.0
6.56k stars 342 forks source link

Load local autoprocessor rather than always get autoprocessor from huggingface. #154

Open JosiahWayne opened 1 month ago

JosiahWayne commented 1 month ago

In function "resolve_tokenizer", the program will always connect to Huggingface to get autoprocessor, this might slow down the speed and cause problem when there is no well connection to the public internet or Huggingface. So will it be better to download the autoprocessor with the model, and allow the program to load local autoprocessor after the first downloading?