wiki-ingest batch 2026-04-16: Ollama/Qwen2.5-Coder部署 + NFS永久挂载 + Apache Superset Docker

This commit is contained in:
2026-04-16 01:06:49 +08:00
parent 5ae9550d8c
commit deaab02baf
11 changed files with 296 additions and 5 deletions

View File

@@ -9,13 +9,16 @@ last_updated: 2026-04-15
## 基本信息
- **类型**:本地大模型推理引擎
- **官网**https://ollama.com
- **支持模型**Llama3/Mistral/Qwen2.5/Gemma 等
- **支持模型**Llama3/Mistral/Qwen2.5-Coder/Gemma 等
- **代码专精模型**qwen2.5-coder:7b4.5GBShell/Python/SQL/Repo 级代码理解能力强于通用 Qwen2.5
## 核心机制
- **REST API**:通过 http://localhost:11434/api/generate 调用
- **模型管理**ollama pull 下载模型ollama list 查看已安装
- **无 GPU 依赖**:支持 CPU 推理(速度较慢)
- **跨平台**macOS/Linux/Windows 支持
- **远程 API**OLLAMA_HOST=0.0.0.0 环境变量开放外部访问,供 n8n/OpenClaw/OpenWebUI 调用
- **GPU 加速**CUDA 环境下自动使用 NVIDIA GPU无需额外配置
## 在 Wiki 中的角色
- [[可自动化可扩展AI增强的电商数据采集与处理系统]] 本地 AI 处理层