步骤一:安装 zstd

根据你的系统类型,执行对应的命令:

Ubuntu :

sudo apt-get update

sudo apt-get install zstd -y

步骤二:验证安装 zstd

zstd --version

步骤三:重新安装ollama

curl -fsSL https://ollama.com/install.sh | sh

更多推荐