使用ollama + AnythingLLM快速且简单的在本地部署llama3
不多说,直接开始 一、安装ollama ollama官网: 下载地址: 打开以后注册并下载即可 安装没有什么好说的,找到自己的系统安装即可,因为我的电脑没有搞虚拟机,所以就直接安装Windows的版本了 二、下载模型并运行ollama 安装ollama以后,通过管理员打开powershell 输入ollama,只要出现下面这些,说明安装成功了 打开ollama的模型的网页: 我们以llm3为例,双击进入 常用的命令有 serve Start ollama create Create a model from a Modelfile show Show information for a model run Run a model pull Pull a model from a registry push