Files
nexus/wiki/sources/xiang-xi-ling-shi-bu-shu-da-mo-xing.md
2026-04-14 16:02:50 +08:00

30 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]