赞
踩
阿里云PAI平台为算法开发者打造了云端深度学习开发环境,提供了免费试用,可在上面部署LLM。
ls -l /usr/local | grep cuda
python
import torch
print(torch.__version__)
apt-get update
apt-get install git-lfs
git init
git lfs install
git clone https://github.com/THUDM/ChatGLM2-6B.git
git clone https://www.modelscope.cn/ZhipuAI/ChatGLM2-6B.git
git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
cd langchain-ChatGLM
git clone https://www.modelscope.cn/thomas/text2vec-base-chinese.git
cd ChatGLM2-6B
pip install –r requirements.txt
cd langchain-ChatGLM
pip install –r requirements.txt
python init_database.py --recreate-vs
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。