英特尔gpu加速运行ollama,npm安装openclaw
本文提供了OpenClaw在Windows系统的部署指南。主要内容包括:1)通过"openclaw gateway"和"openclaw dashboard"命令启动GUI服务并访问本地端口18789;2)解决端口冲突的方法,使用netstat查找占用11434端口的进程ID,并通过taskkill强制终止。同时还提供了相关参考链接,涵盖OpenClaw部署
·
参考1:从零到一:OpenClaw Windows部署全攻略
:https://zhuanlan.zhihu.com/p/2016532167216362247
参考2:英特尔®酷睿Ultra系列本地AI部署指南:https://office-ai.cn/static/introductions/officeai/intel-core-ultra-ai-guide.html#thk1yy_3
https://www.modelscope.cn/models/Intel/ollama
1. 运行的命令:
开启gui的服务,然后访问http://127.0.0.1:18789/
openclaw gateway
openclaw dashboard
2. 如果运行不了openclaw,杀掉11434端口
netstat -ano | findstr 11434
12345 是pid,替换成上述命令显示的id
taskkill /PID 12345 /F
更多推荐


所有评论(0)