windows下安装FreedomGPT试用

FreedomGPT

GitHub - ohmplatform/FreedomGPT: This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface (based on Alpaca Lora)This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface (based on Alpaca Lora) - GitHub - ohmplatform/FreedomGPT: This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface (based on Alpaca Lora)https://github.com/ohmplatform/FreedomGPT

想自己搞下看看

​
git clone https://github.com/ohmplatform/FreedomGPT.git

​

然后安装

nodejs,nvm

参考下面的文章

如何切换nodejs版本?三步完成_nodejs版本切换_hjxhjx-的博客-CSDN博客

nvm list available

 安装个最新的并激活,要以管理员权限打开cmd窗口

nvm install 18.16.0
nvm use 18.16.0

安装yarn 

npm install -g yarn
查看版本:

yarn --version
安装node.js,下载yarn的安装程序:
提供一个.msi文件,在运行时将引导您在Windows上安装Yarn
Yarn 淘宝源安装,分别复制粘贴以下代码行到黑窗口运行即可

yarn config set registry https://registry.npm.taobao.org -g 
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

安装包(注yarn installl 大约半个小时以内,要耐心等,yarn start:prod时开始拉取模型了模型4个G左右)

yarn install
yarn start:prod

 

猜你喜欢

转载自blog.csdn.net/babytiger/article/details/130326747