背景
大语言模型的本地化部署尝试
步骤
-
下载项目
下载页:https://github.com/josStorer/selfhostedAI/releases/tag/v2
下载selfhostedAI-chatglm-6b-int4-widoowed-nvidia.7z.001-003压缩包 -
解压后,更新项目:
update.bat -
安装pytorch for gpu
pip install torch1.13.1+cu117 torchvision0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 -
启动
chatglm-6b-int4.bat -
启动成功
-
使用方法-使用chrome的插件
下载地址:https://github.com/josStorer/chatGPTBox/releases/tag/v2.3.0
下载chromium-without-katex-and-tiktoken.zip
打开chrome的扩展管理,将解压的文件加载到插件系统中,在插件列表打开设置
API模式-自定义模型
模型名称-chatglm-6b-int4
模型地址-http://localhost:8000/chat/completions
就可以开始使用了