代码:
git clone https://gitee.com/huai707/ChatGLM-6B.git
git clone https://gitee.com/congjunwei/langchain-ChatGLM.git
pip install -r requirements.txt
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
模型:
apt-get install git-lfs
git lfs install
git lfs clone https://gitee.com/modelee/chatglm-6b-int4.git
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/THUDM/chatglm-6b-int4
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/THUDM/chatglm-6b
git lfs clone https://gitee.com/veserine/chatglm-6b-huggingface.git chatglm-6b
git lfs fetch https://gitee.com/modelee/chatglm-6b-int4/raw/dev/pytorch_model.bin?lfs=1 单独下载需要使用lfs下载的大文件。
wget https://gitee.com/modelee/chatglm-6b-int4/raw/dev/pytorch_model.bin?lfs=1