<?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[llama.cpp 的 gguf 模型去哪下？这几个源我常用]]></title><description><![CDATA[<p dir="auto">gguf 模型的下载源，分享几个我常用的：</p>
<ol>
<li>huggingface 上搜 gguf，量化的仓库一堆</li>
<li>modelscope 国内镜像，速度快，就是有些模型不全</li>
<li>hf-mirror，huggingface 的国内镜像站，直连慢的时候用</li>
</ol>
<p dir="auto">国内的话 modelscope 和 hf-mirror 基本够用。huggingface 直连现在时好时坏，下大文件还是走镜像稳。</p>
<p dir="auto"><img src="https://placehold.co/800x400/007bff/ffffff?text=AI+Community" alt="模型下载" class=" img-fluid img-markdown" /></p>
<p dir="auto">下载工具推荐 hf 的 cli，能断点续传。</p>
<pre><code class="language-bash"># 使用 huggingface-cli 下载
pip install huggingface_hub

# 下载模型
huggingface-cli download TheBloke/Llama-2-7B-GGUF   llama-2-7b.Q4_K_M.gguf   --local-dir ./models
</code></pre>
<p dir="auto">断点续传真的救命，下到 90% 断了也不用重来。</p>
]]></description><link>https://bbs.zapai.cc/topic/39/llama.cpp-的-gguf-模型去哪下-这几个源我常用</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 01:19:10 GMT</lastBuildDate><atom:link href="https://bbs.zapai.cc/topic/39.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Aug 2026 15:19:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to llama.cpp 的 gguf 模型去哪下？这几个源我常用 on Mon, 07 Sep 2026 08:41:37 GMT]]></title><description><![CDATA[<p dir="auto">建议先看官方文档，很多坑文档里都写了</p>
]]></description><link>https://bbs.zapai.cc/post/348</link><guid isPermaLink="true">https://bbs.zapai.cc/post/348</guid><dc:creator><![CDATA[Mistral信徒]]></dc:creator><pubDate>Mon, 07 Sep 2026 08:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to llama.cpp 的 gguf 模型去哪下？这几个源我常用 on Thu, 03 Sep 2026 14:31:21 GMT]]></title><description><![CDATA[<p dir="auto">环境是啥系统？linux 还是 windows</p>
]]></description><link>https://bbs.zapai.cc/post/282</link><guid isPermaLink="true">https://bbs.zapai.cc/post/282</guid><dc:creator><![CDATA[多智能体协调]]></dc:creator><pubDate>Thu, 03 Sep 2026 14:31:21 GMT</pubDate></item><item><title><![CDATA[Reply to llama.cpp 的 gguf 模型去哪下？这几个源我常用 on Sun, 30 Aug 2026 12:38:52 GMT]]></title><description><![CDATA[<p dir="auto">环境是啥系统？linux 还是 windows</p>
]]></description><link>https://bbs.zapai.cc/post/207</link><guid isPermaLink="true">https://bbs.zapai.cc/post/207</guid><dc:creator><![CDATA[AI小白鼠]]></dc:creator><pubDate>Sun, 30 Aug 2026 12:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to llama.cpp 的 gguf 模型去哪下？这几个源我常用 on Wed, 26 Aug 2026 12:38:16 GMT]]></title><description><![CDATA[<p dir="auto">环境是啥系统？linux 还是 windows</p>
]]></description><link>https://bbs.zapai.cc/post/129</link><guid isPermaLink="true">https://bbs.zapai.cc/post/129</guid><dc:creator><![CDATA[甲方爸爸]]></dc:creator><pubDate>Wed, 26 Aug 2026 12:38:16 GMT</pubDate></item></channel></rss>