赞
踩
- cd /home/jovyan/work/ChatGLM3/chatglm3-6b/ #进入你文件夹地址
- apt-get update
- sudo apt-get update
- sudo apt-get install yum
- sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
gitjhub:GitHub - THUDM/ChatGLM3: ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
git clone https://github.com/THUDM/ChatGLM3
gitee:
ChatGLM3: fork : https://github.com/THUDM/ChatGLM3 (gitee.com)
git clone https://gitee.com/aqua/ChatGLM3
用 Git LFS 从 Hugging Face Hub 将模型下载到本地,从本地加载模型响应速度更快
- git lfs install
- git clone https://huggingface.co/THUDM/chatglm3-6b
从 HuggingFace 下载比较慢,可以从 ModelScope 中下载
- git lfs install
- git clone https://www.modelscope.cn/ZhipuAI/chatglm3-6b.gi
- conda activate pytorch #进入python环境
-
- pip install -r requirements.txt #安库
-
-
以web_demo_streamlit.py为例:
将加载模型的路径修改为:
- cd basic_demo
-
- # 命令行界面
- vim clidemo.py
- python clidemo.py
-
- #Streamlit 界面
- vim web_demo_streamlit.py
- streamlit run web_demo_streamlit.py --server.port 7000
得到:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。