LLM 大语言模型下载

486 阅读1分钟

百川-13B-chat 为例

模型地址:huggingface.co/baichuan-in…

git-lfs安装

linux 系统

# debain系列,下列命令依次运行

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash

sudo apt-get install git-lfs

git lfs install

# centos系列
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash

sudo yum install git-lfs

git lfs install

windows系统

下载安装windows installer

运行git-lfs-windows-v2.13.2.exe

在命令行执行

git lfs install

模型下载

git clone https://huggingface.co/baichuan-inc/Baichuan-13B-Chat