警告:无法连接到正在运行的Windows 10上的Ollama示例,

zqdjd7g9  于 2个月前  发布在  Windows
关注(0)|答案(3)|浏览(58)

问题:在Windows 10上安装和卸载Ollama后,反复搜索关于"Warning: could not connect to a running Ollama instance"的解决方案,但未找到。

操作系统:Windows

GPU:Intel

CPU:Intel

Ollama版本:0.2.1

异常信息:Exception 0xc0000005 0x8 0x1ec23f01c10 0x1ec23f01c10
PC=0x1ec23f01c10
信号在外部代码执行期间到达

0tdrvxhp

0tdrvxhp1#

你是否尝试在环境中设置 OLLAMA_INTEL_GPU=1?然而,据我所知,对英特尔GPU的支持不如Nvidia成熟,所以你可能无法在你当前的硬件平台上使用。

tv6aics1

tv6aics12#

嘿,你解决了这个问题吗?遇到了类似的问题#5625

nwo49xxi

nwo49xxi3#

@snufflemarlstar-rg it's not clear from the logs which GPU discovery code is crashing, so we'll need to turn on debug logging. The simplest approach will likely be; quit Ollama in the tray then in a powershell terminal, run:

$env:OLLAMA_DEBUG="1"
ollama serve 2>&1 | % ToString | Tee-Object server.log

then share that server.log

相关问题