<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ubuntu 22.04 本地部署 Qwen2.5-0.5B]]></title><description><![CDATA[<pre><code>curl -fsSL https://ollama.com/install.sh | sh


ollama pull qwen2.5:0.5b
ollama run qwen2.5:0.5b


curl http://127.0.0.1:11434/api/generate -d '{
  "model": "qwen2.5:0.5b",
  "prompt": "用中文解释一下什么是AHP层次分析法"
}'


curl http://127.0.0.1:11434/api/generate -d '{
  "model": "qwen2.5:0.5b",
  "prompt": "用中文解释一下什么是AHP层次分析法",
  "stream": false
}'

</code></pre>
]]></description><link>https://jike.info/topic/54177/ubuntu-22.04-本地部署-qwen2.5-0.5b</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 13:22:36 GMT</lastBuildDate><atom:link href="https://jike.info/topic/54177.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Jan 2026 02:30:45 GMT</pubDate><ttl>60</ttl></channel></rss>