<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ollama on Nobody&#39;s Home</title>
    <link>https://new.cloud.nobodyhome.dev/tags/ollama/</link>
    <description>Recent content in Ollama on Nobody&#39;s Home</description>
    <generator>Hugo -- 0.154.5</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 03 Jul 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://new.cloud.nobodyhome.dev/tags/ollama/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ollama Service</title>
      <link>https://new.cloud.nobodyhome.dev/posts/ollama-service/</link>
      <pubDate>Wed, 03 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://new.cloud.nobodyhome.dev/posts/ollama-service/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;llama|75&#34; loading=&#34;lazy&#34; src=&#34;https://ollama.com/public/ollama.png&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;references&#34;&gt;References&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://ollama.com/download&#34;&gt;Ollama.com&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;curl -fsSL https://ollama.com/install.sh | sh
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;useful-commands&#34;&gt;Useful Commands&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo usermod -aG ollama $USER 
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ollama pull llama3 llama2-uncensored godegemma gemma dolphin-mistral
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;service-configuration&#34;&gt;Service Configuration&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Unit]
Description=Ollama Service
After=network-online.target

[Service]
ExecStart=/usr/local/bin/ollama serve
User=ollama
Group=ollama
Restart=always
RestartSec=3
Environment=&amp;#34;PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin&amp;#34;
Environment=&amp;#34;OLLAMA_HOST=0.0.0.0&amp;#34;

[Install]
WantedBy=default.target
&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;useful-plugins&#34;&gt;Useful Plugins&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Obsidian: local gpt&lt;/li&gt;
&lt;li&gt;Openweb-UI&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;misc-information&#34;&gt;Misc Information&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Service runs on port 11433&lt;/li&gt;
&lt;li&gt;By default service only listens on local host&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
