windows11 源码本地部署大模型anythingllm
大家好,今天我们来看看如何利用源码在windows进行本地部署大模型anythingllm。
1.安装 node.js
Node.js — Download Node.js®
2.安装 yarn
npm install -g yarn
3.git 源码拉取
git clone https://github.com/Mintplex-Labs/anything-llm.git
接下来是调试步骤,内容摘录至网络亲测有效,直接按照上面的步骤来,就能运行了,这里面要注意的是输入的命令请在git上面运行,不要在windows的cmd或powershell中运行。
Getting started
-
Clone the repo into your server as the user who the application will run as.
git clone git@github.com:Mintplex-Labs/anything-llm.git
-
cd anything-llm
and runyarn setup
. This will install all dependencies to run in production as well as debug the application. -
cp server/.env.example server/.env
to create the basic ENV file for where instance settings will