THUDM / VisualGLM-6B

Chinese and English multimodal conversational language model | 多模态中英双语对话语言模型
Apache License 2.0
4.1k stars 418 forks source link

运行VisualGLMModel报错zipfile.BadZipFile: File is not a zip file #207

Open xuxuxuchen opened 1 year ago

xuxuxuchen commented 1 year ago

您好,我在运行 model, model_args = VisualGLMModel.from_pretrained('visualglm-6b', args=argparse.Namespace(fp16=True, skip_init=True))这句代码时提示没找到zip文件,zip文件的链接是清华云盘的:https://cloud.tsinghua.edu.cn/f/348b98dffcc940b6a09d/?dl=1,我点开看了一下可能是文件过期了,请问您能提供一个新的云盘地址吗?或者是给我一个zip文件的下载链接可以吗?非常感谢

1049451037 commented 1 year ago

请更新到VisualGLM-6B的github最新代码,sat也要重装,安装最新的

zbxx-423 commented 1 year ago

请问你是咋解决的呢