SOFTWARE & TOOLS
Ollama 模型预加载与显存释放工具
这是一款针对 Ollama 本地大模型 的辅助工具,主要解决两个问题: 提前加载模型到显存 / 内存,减少首次对话时的等待时间 手动卸载模型,快速释放 GPU 显存和系统内存 程序本身不负责聊天和推理,只负责模型的加载与卸载。
All articles tagged with Ollama, spanning LLMs, AI programming, agents, prompts, local models, image generation and automated workflows.
This tag aggregates Ollama articles across multiple categories, making it better suited for browsing cross-topic content than a single category.

这是一款针对 Ollama 本地大模型 的辅助工具,主要解决两个问题: 提前加载模型到显存 / 内存,减少首次对话时的等待时间 手动卸载模型,快速释放 GPU 显存和系统内存 程序本身不负责聊天和推理,只负责模型的加载与卸载。
AI / WEB / SOFTWARE / TOOLS