Ollama学习笔记

拉取镜像

镜像库:
https://ollama.com/library

按标签查询自己所需的镜像,然后拉取:

1
ollama pull image:tag

排查问题

How to troubleshoot issues

日志

Mac:

1
cat ~/.ollama/logs/server.log

常见问题

Error: POST predict: Post “http://127.0.0.1:56813/completion“: EOF

查看日志,发现是内存不足

1
2
ggml_metal_graph_compute: command buffer 0 failed with status 5
error: Insufficient Memory (00000008:kIOGPUCommandBufferCallbackErrorOutOfMemory)