赞
踩
在无法访问huggingface的网络环境下(或者是网速不够好时),(目前)还可以使用参考1中清华云盘的链接来下载,在linux下可以直接用如下wget命令来下载最耗时的模型部分。注意还需要把模型的.py等一堆小文件也从huggingface下载下来放到一起才能使用。
ChatGLM2
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00001-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00002-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00003-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00004-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00005-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00006-of-00007.bin --no-check-certificate
wget https://cloud.tsinghua.edu.cn/seafhttp/files/fff8fb05-ff4f-4224-ae90-426d18357120/pytorch_model-00007-of-00007.bin --no-check-certificate
从参考3中,还能下载到如下模型:
chatglm2-6b
chatglm2-6b-int4
chatglm-6b
chatglm-6b-int4
chatglm-6b-int8
visualglm-6b
具体步骤:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。