<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Llama.cpp - 标签 - 不北咪</title><link>https://roukaixin.github.io/tags/llama.cpp/</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/llama.cpp/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></channel></rss>