Skip to content

Commit

Permalink
deploy: 51eb92a
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Aug 21, 2024
1 parent 4a5c2c8 commit 79090b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cheatsheets/artificial-intelligence/ollama/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,8 @@ <h2 id="stop">Stop</h2>
<p>See conversation on GitHub <a href="https://github.com/ollama/ollama/issues/690">here</a>. There is no builtin way to stop <code class="language-plaintext highlighter-rouge">ollama</code>. Use your system manager or use <code class="language-plaintext highlighter-rouge">pkill</code>.</p>

<p>On macOS, find the icon as running apps and click Quit.</p>

<p>If you started with <code class="language-plaintext highlighter-rouge">ollam serve</code>, then just stop that process to stop Ollama.</p>



Expand Down
2 changes: 2 additions & 0 deletions cheatsheets/artificial-intelligence/ollama/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ $ ollama ps
See conversation on GitHub [here](https://github.com/ollama/ollama/issues/690). There is no builtin way to stop `ollama`. Use your system manager or use `pkill`.

On macOS, find the icon as running apps and click Quit.

If you started with `ollam serve`, then just stop that process to stop Ollama.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2024-08-21T11:51:06+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2024-08-21T14:58:31+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>

0 comments on commit 79090b7

Please sign in to comment.