2026/1/19 2:21:58
网站建设
项目流程
西安网站建设那家好,网站的支付系统怎么做,微信小程序免费开店详细步骤,wordpress调用大全ollama 下载模型的时候经常下到最后只有几十k的速度#xff0c;在知乎找了个解决方法#xff0c;能稍微快点
(23 封私信 / 80 条消息) Ollama Pull 很慢#xff1f;这些方法帮你加速 - 知乎
打开powershell
输入下面这段代码#xff1a;
while ($true) {$modelExists …ollama 下载模型的时候经常下到最后只有几十k的速度在知乎找了个解决方法能稍微快点(23 封私信 / 80 条消息) Ollama Pull 很慢这些方法帮你加速 - 知乎打开powershell输入下面这段代码while ($true) { $modelExists ollama list | Select-String qwen3:8b if ($modelExists) { Write-Host model is ready break } Write-Host download... $process Start-Process -FilePath ollama -ArgumentList run, qwen3:8b -PassThru -NoNewWindow Start-Sleep -Seconds 60 try { Stop-Process -Id $process.Id -Force -ErrorAction Stop Write-Host kill and restart... } catch { Write-Host error } }需要自己修改下载模型的名字比如我下载 的 是 qwen3:8b