imoneoi / openchat

OpenChat: Advancing Open-source Language Models with Imperfect Data
https://openchat.team
Apache License 2.0
5.19k stars 394 forks source link

huggingface down: openchat can't be started #214

Open antioxidanz opened 4 months ago

antioxidanz commented 4 months ago

Currently, huggingface.co is down, and OpenChat cannot be started anymore, even though the model has already been downloaded. Is there a way to start OpenChat without the huggingface check?

imoneoi commented 3 months ago

I think it's related to the model loading of Transformers, which checks for model updates on HuggingFace every time. One temporary solution would be downloading to a local folder and start it there.