feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
39
wiki/sources/Ubuntu-Ollama-Qwen2.5-Coder安装.md
Normal file
39
wiki/sources/Ubuntu-Ollama-Qwen2.5-Coder安装.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: "Ubuntu Ollama Qwen2.5-Coder安装"
|
||||
type: source
|
||||
tags: [Ollama, Qwen2.5-Coder, Ubuntu, 本地大模型]
|
||||
date: 2025-03-14
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/在 Ubuntu 安装 Ollama 并运行 Qwen2.5‑Coder 7B.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:Ubuntu安装Ollama运行Qwen2.5-Coder 7B本地大模型
|
||||
- 问题域:本地AI Coding助手搭建
|
||||
- 方法/机制:Ollama一键安装 + ollama pull/run命令 + API开放远程访问
|
||||
- 结论/价值:Qwen2.5-Coder 7B适合DevOps/SQL/Kubernetes任务,比普通Qwen2.5更适合工程
|
||||
|
||||
## Key Claims
|
||||
- 安装:curl -fsSL https://ollama.com/install.sh | sh
|
||||
- 拉取模型:ollama pull qwen2.5-coder:7b(约4.5GB)
|
||||
- 运行:ollama run qwen2.5-coder:7b
|
||||
- API调用:http://localhost:11434/api/chat
|
||||
- 开放远程API:编辑/etc/systemd/system/ollama.service加Environment="OLLAMA_HOST=0.0.0.0"
|
||||
- Python SDK:pip install ollama
|
||||
- 推荐搭配:Open WebUI + n8n + OpenClaw
|
||||
|
||||
## Key Concepts
|
||||
- [[本地大模型部署]]:Ollama+开源模型
|
||||
- [[AI Coding助手]]:Qwen2.5-Coder专为代码任务优化
|
||||
|
||||
## Key Entities
|
||||
- [[Ollama]]:本地大模型运行框架
|
||||
- [[Qwen25Coder]]:阿里通义千问代码模型(7B)
|
||||
- [[Ubuntu]]:安装宿主
|
||||
|
||||
## Connections
|
||||
- [[Ubuntu-Ollama-Qwen2.5-Coder安装]] ← implements ← [[本地大模型部署]]
|
||||
|
||||
## Contradictions
|
||||
- 无冲突
|
||||
Reference in New Issue
Block a user