X-PLUG / mPLUG-Owl

mPLUG-Owl: The Powerful Multi-modal Large Language Model Family
https://www.modelscope.cn/studios/damo/mPLUG-Owl
MIT License
2.25k stars 171 forks source link

Could not download the weight #11

Closed chenyd0763 closed 1 year ago

chenyd0763 commented 1 year ago

I appreciate the great work!! But when I tried to deploy the model in my local machine, there is no response after I clicked the download button for the weight. Is it possible to store the weight in different platform?

MAGAer13 commented 1 year ago

Hi, try use wget to download it. wget "http://mm-chatgpt.oss-cn-zhangjiakou.aliyuncs.com/mplug_owl_demo/released_checkpoint/instruction_tuned.pth"

For pretraining checkpoint, replace instruction_tuned.pth with pretrain.pth

MAGAer13 commented 1 year ago

Hi, all! Just quick notice about our latest version of mPLUG-Owl which remove the dependency of apex! And the checkpoints are hosting on huggingface model hub!