Auto-sync: 2026-04-17 08:37
This commit is contained in:
31
wiki/concepts/Qwen2.5-Coder.md
Normal file
31
wiki/concepts/Qwen2.5-Coder.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Qwen2.5-Coder"
|
||||
type: concept
|
||||
tags: [ai, llm, code-generation, qwen]
|
||||
---
|
||||
|
||||
## Description
|
||||
阿里通义千问(Qwen)系列的代码生成模型,2.5 版本。7B 参数版本大小约 4.5GB,适合本地运行。
|
||||
|
||||
## Key Capabilities
|
||||
- 代码生成(Python、Shell、SQL 等)
|
||||
- 代码理解与分析
|
||||
- Repo 级代码理解
|
||||
- 强大的 Tool usage 能力
|
||||
- 适合工程任务(DevOps 自动化、SQL Agent、Kubernetes 故障排查)
|
||||
|
||||
## Model Variants
|
||||
| 型号 | 参数 | 大小 | 推荐配置 |
|
||||
|-----|------|------|----------|
|
||||
| qwen2.5-coder:3b | 3B | ~2GB | 8GB RAM |
|
||||
| qwen2.5-coder:7b | 7B | ~4.5GB | 16GB RAM |
|
||||
|
||||
## Compared to Qwen2.5
|
||||
Qwen2.5-Coder 在工程任务上优于普通 Qwen2.5,特别适合:
|
||||
- Tool usage
|
||||
- Shell/Python/SQL 理解
|
||||
- 代码理解和生成
|
||||
|
||||
## Connections
|
||||
- [[Ollama]] ← hosts ← [[Qwen2.5-Coder]]
|
||||
- [[OpenClaw]] ← uses ← [[Qwen2.5-Coder]]
|
||||
Reference in New Issue
Block a user