<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>开发版 - 标签 - 不北咪</title><link>https://roukaixin.github.io/tags/%E5%BC%80%E5%8F%91%E7%89%88/</link><description>不北咪</description><generator>Hugo 0.165.0 &amp; FixIt v1.0.0-alpha.1</generator><language>zh-CN</language><managingEditor>a3427173515@163.com (不北咪)</managingEditor><webMaster>a3427173515@163.com (不北咪)</webMaster><lastBuildDate>Thu, 03 Sep 2026 21:55:03 +0800</lastBuildDate><atom:link href="https://roukaixin.github.io/tags/%E5%BC%80%E5%8F%91%E7%89%88/index.xml" rel="self" type="application/rss+xml"/><item><title>安装 llama.cpp</title><link>https://roukaixin.github.io/posts/orangepi/rv2/llama.cpp/</link><pubDate>Wed, 13 May 2026 20:00:00 +0800</pubDate><author>a3427173515@163.com (不北咪)</author><guid>https://roukaixin.github.io/posts/orangepi/rv2/llama.cpp/</guid><category domain="https://roukaixin.github.io/categories/orangepi/">Orangepi</category><description>&lt;pre&gt;&lt;code&gt;apt update&#10;&#10;apt install -y \&#10;build-essential \&#10;cmake \&#10;ninja-build&lt;/code&gt;&lt;/pre&gt;&lt;pre&gt;&lt;code&gt;cmake -B build \&#10;-G Ninja \&#10;-DCMAKE_BUILD_TYPE=Release \&#10;-DGGML_NATIVE=OFF \&#10;-DGGML_CPU=ON \&#10;-DGGML_CPU_RISCV=ON \&#10;-DGGML_OPENMP=ON \&#10;-DCMAKE_C_FLAGS=&amp;#34;-march=rv64gcv_zba_zbb_zbs -mabi=lp64d -O3&amp;#34; \&#10;-DCMAKE_CXX_FLAGS=&amp;#34;-march=rv64gcv_zba_zbb_zbs -mabi=lp64d -O3&amp;#34;&lt;/code&gt;&lt;/pre&gt;&lt;pre&gt;&lt;code&gt;cmake --build build -j6&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>orangepi rv2 开发版</title><link>https://roukaixin.github.io/posts/orangepi/rv2/config/</link><pubDate>Sat, 11 Oct 2025 10:40:00 +0800</pubDate><author>a3427173515@163.com (不北咪)</author><guid>https://roukaixin.github.io/posts/orangepi/rv2/config/</guid><category domain="https://roukaixin.github.io/categories/orangepi/">Orangepi</category><description>&lt;h2 class="heading-element" id="时间同步"&gt;&lt;span&gt;时间同步&lt;/span&gt;&#10; &lt;a href="#%e6%97%b6%e9%97%b4%e5%90%8c%e6%ad%a5" class="heading-mark"&gt;&lt;svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"&gt;&lt;path d="m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;&#10;&lt;/h2&gt;&lt;p&gt;时间不同步会导致更新源失败&lt;/p&gt;</description></item></channel></rss>