win10下安装aplaca.cpp
1.下载alpaca-cpp源码
https://github.com/antimatter15/alpaca.cpp
2.下载基础模型
下载 ggml-alpaca-7b-q4.bin并将其放在与chat
zip 文件中的可执行文件相同的文件夹中。
从最新版本下载与您的操作系统对应的 zip 文件。在 Windows 上下载alpaca-win.zip
把这些解压都放在alpaca-cpp里面
# 选一个下载
wget -O ggml-alpaca-7b-q4.bin -c https://gateway.estuary.tech/gw/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
wget -O ggml-alpaca-7b-q4.bin -c https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
wget -O ggml-alpaca-7b-q4.bin -c https://cloudflare-ipfs.com/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
3.安装visual Studio2022打开cmake项目进行cmake
4.一条一条运行以下命令
打开
cmake .
cmake --build . --config Release
5.运行chat
win10出现的错误1
D:\基于ai情感分析\alpaca.cpp-master>cmake . CMake Error: The current CMakeCache.txt directory D:/基于ai情感分析/alpaca.cpp-master/CMakeCache.txt is different than the directory c:/Users/Administrator/Desktop/基于ai情感分析/alpaca.cpp-master where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
根据错误提示,你的 CMakeCache.txt 文件所在的目录与之前生成 CMakeCache.txt 文件时所在的目录不同,可能导致二进制文件生成错误。你可以重新编辑 CMakeCache.txt 文件,将其中的路径修改为当前目录。或者,你也可以删除旧的 CMakeCache.txt 文件,然后重新运行 cmake 命令。
win10出现的错误2
硬盘空间不足,需要放到硬盘空间下去运行
visualstudio要使用cmake打开,安装的时候,不知道的就一件全勾上。