Zeyuan Zhao

Results 4 comments of Zeyuan Zhao

> @zzyzeyuan Have you fixed it? Yes, see [this page](https://github.com/databrickslabs/dolly/issues/119). The error may be caused by the wrong installation of `deepspeed`, and you just need to clone the repo of...

> 已经解决了这个问题: 原因是下载不了这个clip模型。手动下载下clip。在build_mlp.py里面改下: > > def build_vision_tower(): # vision_tower = 'openai/clip-vit-large-patch14-336' vision_tower = '/InternLM-XComposer-main/internlm/clip-vit-large-patch14-336' return CLIPVisionTower(vision_tower) 请问一下您这里的`'/InternLM-XComposer-main/internlm/clip-vit-large-patch14-336'`对应的是本地文件里的哪一个呀?我没有找到。我用的是internlm-xcomposer2-vl-7b