侧边栏壁纸
博主头像
个人开发测试博主等级

愿你我背道而驰却没有走远

  • 累计撰写 8 篇文章
  • 累计创建 6 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录
AI

本地安装ChatGLM3

Administrator
2024-02-22 / 0 评论 / 0 点赞 / 86 阅读 / 320 字 / 正在检测是否收录...
git clone https://github.com/THUDM/ChatGLM3
cd ChatGLM3
mkdir THUDM
cd THUDM
git clone https://www.modelscope.cn/ZhipuAI/chatglm3-6b.git
cd ..
pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

0

评论区