分类: AI 工具排错

MLX runner: KV-cache memory accumulates per-request on dense models (independent of context size/tools), not released short of restart

MLX runner: KV-cache memory accumulates per-request on dense models (independent of context size/tools), not released short of restart

在 Ollama 的 MLX runner 中,当使用 dense(非混合架构)模型时,进程常驻内存会随请求次数单调增长,与上下文长度或工具 schema 无关;在长会话中可能持续增长并越过缓存预算上限,只有卸载模型或重启 Ollama 才能释放内存。优先排查 OLLAMA_KEEP_ALIVE 设

AMD APU bad allocation of gemma4:eXb models

AMD APU bad allocation of gemma4:eXb models

该报错是 AMD APU(带 iGPU 的 Ryzen 处理器)在 Vulkan 后端下加载 gemma4:eXb 系列 MoE 模型时,因单个专家权重张量超过 iGPU Vulkan 最大缓冲区分配限制,导致部分层回退到 CPU 运行。优先排查方向是确认是否使用了较新的 Ollama 版本(0.3

ios 客户端和安卓客户端无法上传文件

ios 客户端和安卓客户端无法上传文件

该报错发生在 LobeChat 移动端(iOS/Android)的聊天输入框中,附件上传入口只显示图片/相机选项,无法选择普通文件。优先检查 Upload 组件是否缺少 accept 属性,以及当前是否处于 Agent 模式(普通对话模式有文件白名单限制)。