Windows系统编译支持GPU的llama.cpp

Windows系统编译支持GPU的llama.cpp

bash 复制代码
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
mkdir build
cd build
bash 复制代码
cmake .. -G "Visual Studio 17 2022" -DGGML_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_ARCHITECTURES="86"
bash 复制代码
cmake --build . --config Release -- /m
相关推荐
IceSugarJJ14 分钟前
Windows下VSCode+ WSL项目启动流程
linux·windows·vscode·ubuntu·wsl
Kiling_070422 分钟前
面向对象和集合编程题 ( 一 )
jvm·windows
boldiy1 小时前
如何在MAC电脑中实现自动切换windows快捷键
windows·macos
鹿野素材屋1 小时前
Unity预加载:减少游戏中首次加载资源时的卡顿
windows·游戏·unity
xiaoshuaishuai81 小时前
C# CUDA 到 OpenCL 迁移
开发语言·windows·c#
hikktn1 小时前
Excel模板智能转PDF:零硬编码的通用打印解决方案
windows·pdf
叶之香2 小时前
一次 Kingston U 盘重定向中获取 Device Descriptor 超时问题排查
c++·windows·visual studio
解局易否结局11 小时前
FlashAttention 在昇腾NPU上的实现:从内存墙到IO感知
llama
love530love17 小时前
MingLi-Bench 项目部署实录:基于 EPGF 架构的工程化实践
人工智能·windows·python·架构·aigc·epgf·mingli-bench
leazer20 小时前
Flutter Windows 构建失败:.plugin_symlinks 符号链接异常的排查与修复
windows·flutter