fatal: 无法访问 ‘https://github.com/openstreetmap/osmosis.git/’:GnuTLS recv error (-110): The TLS connection was non-properly terminated. 尝试方法一: 关掉ssl,输入以下代码: apt-getinstall gnutls-bin git config --global http.sslVerify false git config --global http.postBuffer 1048576000 ...
注意第二行命令克隆权重的命令,不是从huggingface(因为被墙了)而是从阿里的魔塔社区,大概需要十来分钟。git clone github.com/THUDM/ChatGLgit clone modelscope.cn/ZhipuAI/c2.3 建立运行环境这一步大概需要几分钟。cd ChatGLM2-6Bconda create -n glm2 python=3.8 # 新建环境pip install -r requirements.txt...
然后下载Hugging Face上的ChatGLM-6B预训练模型,也可以进入魔塔社区选择https://www.modelscope.cn/models/ZhipuAI/chatglm3-6b/files里的所有文件进行下载 然后将下载下来的模型文件及配置进行上传并解压,上传时尽量保持该界面首页显示,等待上传成功后再进行其他操作。 1.3、模型启动 上传好预训练模型及解压后,我们就...