<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Quick install guide on yzma</title>
    <link>https://yzma.ai/getting-started/install/</link>
    <description>Recent content in Quick install guide on yzma</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://yzma.ai/getting-started/install/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>macOS</title>
      <link>https://yzma.ai/getting-started/install/macos/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/macos/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/apple-logo.png&#34; alt=&#34;Apple logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;macOS on Apple silicon uses the Metal GPU. You do not need to install a driver.&lt;/p&gt;&#xA;&lt;p&gt;Decide where you want to put the library files, then run this command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib /path/to/lib&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;yzma install&lt;/code&gt; command prints instructions for your system when it finishes. Follow them to complete the installation.&lt;/p&gt;&#xA;&lt;p&gt;Then set the &lt;code&gt;YZMA_LIB&lt;/code&gt; environment variable:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export YZMA_LIB&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/path/to/lib&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;&#xA;&lt;p&gt;Go to &lt;a href=&#34;https://yzma.ai/getting-started/download-models/&#34;&gt;Download models&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux</title>
      <link>https://yzma.ai/getting-started/install/linux/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/linux/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/linux-logo.webp&#34; alt=&#34;Linux logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;Linux runs on amd64 and on arm64. Choose the tab for the processor that you want to use.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;ul class=&#34;nav nav-tabs&#34; id=&#34;tabs-0&#34; role=&#34;tablist&#34;&gt;&#xA;  &lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link active&#34;&#xA;          id=&#34;tabs-00-00-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-00&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;cpu&#34; aria-controls=&#34;tabs-00-00&#34; aria-selected=&#34;true&#34;&gt;&#xA;        CPU&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-01-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-01&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;cuda&#34; aria-controls=&#34;tabs-00-01&#34; aria-selected=&#34;false&#34;&gt;&#xA;        CUDA&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-02-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-02&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;rocm&#34; aria-controls=&#34;tabs-00-02&#34; aria-selected=&#34;false&#34;&gt;&#xA;        ROCm&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-03-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-03&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;vulkan&#34; aria-controls=&#34;tabs-00-03&#34; aria-selected=&#34;false&#34;&gt;&#xA;        Vulkan&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;div class=&#34;tab-content&#34; id=&#34;tabs-0-content&#34;&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade show active&#34;&#xA;        id=&#34;tabs-00-00&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-00-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;Decide where you want to put the library files, then run this command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib /path/to/lib&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade&#34;&#xA;        id=&#34;tabs-00-01&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-01-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;To use an NVIDIA GPU, first install the CUDA drivers. See the &lt;a href=&#34;https://docs.nvidia.com/cuda/cuda-installation-guide-linux/&#34;&gt;CUDA installation guide&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows</title>
      <link>https://yzma.ai/getting-started/install/windows/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/windows/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/windows-10-logo.png&#34; alt=&#34;Windows logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;Choose the tab for the processor that you want to use.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;ul class=&#34;nav nav-tabs&#34; id=&#34;tabs-0&#34; role=&#34;tablist&#34;&gt;&#xA;  &lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link active&#34;&#xA;          id=&#34;tabs-00-00-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-00&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;cpu&#34; aria-controls=&#34;tabs-00-00&#34; aria-selected=&#34;true&#34;&gt;&#xA;        CPU&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-01-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-01&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;cuda&#34; aria-controls=&#34;tabs-00-01&#34; aria-selected=&#34;false&#34;&gt;&#xA;        CUDA&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-02-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-02&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;rocm&#34; aria-controls=&#34;tabs-00-02&#34; aria-selected=&#34;false&#34;&gt;&#xA;        ROCm&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-03-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-03&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;vulkan&#34; aria-controls=&#34;tabs-00-03&#34; aria-selected=&#34;false&#34;&gt;&#xA;        Vulkan&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;div class=&#34;tab-content&#34; id=&#34;tabs-0-content&#34;&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade show active&#34;&#xA;        id=&#34;tabs-00-00&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-00-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;Decide where you want to put the library files, then run this command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib C:&lt;span style=&#34;color:#ae81ff&#34;&gt;\p&lt;/span&gt;ath&lt;span style=&#34;color:#ae81ff&#34;&gt;\t&lt;/span&gt;o&lt;span style=&#34;color:#ae81ff&#34;&gt;\l&lt;/span&gt;ib&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade&#34;&#xA;        id=&#34;tabs-00-01&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-01-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;To use an NVIDIA GPU, first install the CUDA drivers. See the &lt;a href=&#34;https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/&#34;&gt;CUDA installation guide&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry Pi</title>
      <link>https://yzma.ai/getting-started/install/raspberry-pi/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/raspberry-pi/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/raspberry-pi-os-logo.png&#34; alt=&#34;Raspberry Pi logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;yzma runs on a Raspberry Pi 4 and on a Raspberry Pi 5. You need the 64 bit version of the Raspberry Pi OS.&lt;/p&gt;&#xA;&lt;p&gt;The Raspberry Pi OS uses its own library versions, so you must name the operating system with the &lt;code&gt;--os&lt;/code&gt; flag.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&lt;ul class=&#34;nav nav-tabs&#34; id=&#34;tabs-0&#34; role=&#34;tablist&#34;&gt;&#xA;  &lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link active&#34;&#xA;          id=&#34;tabs-00-00-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-00&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;raspberry pi os (64-bit)&#34; aria-controls=&#34;tabs-00-00&#34; aria-selected=&#34;true&#34;&gt;&#xA;        Raspberry Pi OS (64-bit)&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-01-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-01&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;raspberry pi os legacy (64-bit)&#34; aria-controls=&#34;tabs-00-01&#34; aria-selected=&#34;false&#34;&gt;&#xA;        Raspberry Pi OS Legacy (64-bit)&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;div class=&#34;tab-content&#34; id=&#34;tabs-0-content&#34;&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade show active&#34;&#xA;        id=&#34;tabs-00-00&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-00-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;Use this command for the latest version of the Raspberry Pi OS:&lt;/p&gt;</description>
    </item>
    <item>
      <title>NVIDIA Jetson Orin</title>
      <link>https://yzma.ai/getting-started/install/jetson-orin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/jetson-orin/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/NVIDIA-logo.png&#34; alt=&#34;NVIDIA logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;yzma runs on the &lt;a href=&#34;https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/&#34;&gt;NVIDIA Jetson Orin&lt;/a&gt;. Install the latest version of the Jetpack software for your device before you start. Jetpack gives you the GPU drivers.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&lt;ul class=&#34;nav nav-tabs&#34; id=&#34;tabs-0&#34; role=&#34;tablist&#34;&gt;&#xA;  &lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link active&#34;&#xA;          id=&#34;tabs-00-00-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-00&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;cuda&#34; aria-controls=&#34;tabs-00-00&#34; aria-selected=&#34;true&#34;&gt;&#xA;        CUDA&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&lt;li class=&#34;nav-item&#34;&gt;&#xA;      &lt;button class=&#34;nav-link&#34;&#xA;          id=&#34;tabs-00-01-tab&#34; data-bs-toggle=&#34;tab&#34; data-bs-target=&#34;#tabs-00-01&#34; role=&#34;tab&#34;&#xA;          data-td-tp-persist=&#34;vulkan&#34; aria-controls=&#34;tabs-00-01&#34; aria-selected=&#34;false&#34;&gt;&#xA;        Vulkan&#xA;      &lt;/button&gt;&#xA;    &lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;div class=&#34;tab-content&#34; id=&#34;tabs-0-content&#34;&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade show active&#34;&#xA;        id=&#34;tabs-00-00&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-00-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;Decide where you want to put the library files, then run this command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib /path/to/lib --processor cuda&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;tab-body tab-pane fade&#34;&#xA;        id=&#34;tabs-00-01&#34; role=&#34;tabpanel&#34; aria-labelled-by=&#34;tabs-00-01-tab&#34; tabindex=&#34;0&#34;&gt;&#xA;        &lt;p&gt;Vulkan on the Jetson Orin needs a newer GLIBC. Upgrade the shared libraries first:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arduino UNO Q</title>
      <link>https://yzma.ai/getting-started/install/arduino-uno-q/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/arduino-uno-q/</guid>
      <description>&lt;img src=&#34;https://yzma.ai/images/arduino-logo.png&#34; alt=&#34;Arduino logo&#34; class=&#34;platform-logo&#34;&gt;&#xA;&lt;p&gt;yzma runs on the &lt;a href=&#34;https://docs.arduino.cc/hardware/uno-q/&#34;&gt;Arduino UNO Q board&lt;/a&gt;. The board runs a Debian based Linux, so the installation uses the &lt;code&gt;trixie&lt;/code&gt; operating system name.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib /path/to/lib --processor cpu --os trixie&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then set the &lt;code&gt;YZMA_LIB&lt;/code&gt; environment variable:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export YZMA_LIB&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/path/to/lib&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The board has a small amount of memory. Use a small model. See &lt;a href=&#34;https://yzma.ai/docs/guides/models/&#34;&gt;Models&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;&#xA;&lt;p&gt;Go to &lt;a href=&#34;https://yzma.ai/getting-started/download-models/&#34;&gt;Download models&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browser</title>
      <link>https://yzma.ai/getting-started/install/browser/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/browser/</guid>
      <description>&lt;p&gt;yzma runs in a browser with the WebAssembly build of &lt;code&gt;llama.cpp&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yzma install --lib /path/to/web --os wasm&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This command downloads all three builds. There is a build for WebGPU, a build with more than one thread, and a build with one thread. The JavaScript glue selects the best build that the page can run.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Build&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;What the browser must have&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;WebGPU&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;WebGPU with f16 shaders, and JSPI. Chrome or Edge 137 and later, or Firefox 153 and later with two settings in &lt;code&gt;about:config&lt;/code&gt;.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;More threads&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;SharedArrayBuffer&lt;/code&gt;, so the page must send the COOP header and the COEP header.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;One thread&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Nothing. It works in every browser.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;A browser with no WebGPU still works. It runs on the CPU.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manual installation</title>
      <link>https://yzma.ai/getting-started/install/manual/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://yzma.ai/getting-started/install/manual/</guid>
      <description>&lt;p&gt;You do not have to use the &lt;code&gt;yzma install&lt;/code&gt; command. You can download and extract the library files yourself.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-to-get-the-files&#34;&gt;Where to get the files&lt;/h2&gt;&#xA;&lt;p&gt;Most of the prebuilt &lt;code&gt;llama.cpp&lt;/code&gt; binaries are here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/ggml-org/llama.cpp/releases&#34;&gt;https://github.com/ggml-org/llama.cpp/releases&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We build the Ubuntu arm64 CUDA and Vulkan binaries, and the WebAssembly builds. They are here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/hybridgroup/llama-cpp-builder/releases&#34;&gt;https://github.com/hybridgroup/llama-cpp-builder/releases&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;extract-the-files&#34;&gt;Extract the files&lt;/h2&gt;&#xA;&lt;p&gt;Extract the library files into a directory on your machine. The file extension depends on the operating system.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
