新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,30 @@
---
title: "详细离线部署大模型ollama+deepseek+open-webui安装使用方法及常见问题解决"
type: source
tags: [ollama, deepseek, open-webui, local-llm, deployment]
date: 2025-03-14
source_file: raw/AI/详细离线部署大模型ollama+deepseek+open-webui安装使用方法及常见问题解决 1.md
---
## Summary
- 核心主题ollama + DeepSeek + open-webui 本地大模型部署
- 问题域本地LLM部署、离线运行
- 方法/机制Docker容器化、API调用、可视化界面
- 结论/价值:完整的本地大模型部署解决方案
## Key Claims
- ollama提供简单便捷的本地LLM运行框架
- 4GB RAM运行1.5B模型16GB RAM运行7B模型
- open-webui提供图形化界面支持聊天机器人和本地知识库
- 支持从HF和魔塔社区下载第三方模型
## Key Entities
- [[Ollama]]:开源本地大语言模型运行框架
- [[DeepSeek]]:深度求索大模型
- [[open-webui]]开源AI Web界面
- [[Docker]]:容器化部署工具
## Connections
- [[Ollama]] ← 模型运行 ← [[DeepSeek]]
- [[open-webui]] ← API集成 ← [[Ollama]]
- [[Docker]] ← 容器化 ← [[Ollama]]