chatglm本地部署
- git clone https://huggingface.co/THUDM/chatglm-6b
- git clone https://github.com/Akegarasu/ChatGLM-webui.git
- ChatGLM-webui里新建run.bat文件,内容如下:
python webui.py --model-path ..\chatglm-6b
- 运行run.bat
- 浏览器里输入:http://127.0.0.1:17860/,回车
python webui.py --model-path ..\chatglm-6b