Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 20:44:33 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: decaaa86c182 - main - misc/ollama: Update pkg-message
Message-ID:  <69dd55b1.479b8.600be3d0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=decaaa86c182eec728ef40a9c9882e5ee8ad2773

commit decaaa86c182eec728ef40a9c9882e5ee8ad2773
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-13 20:07:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-13 20:44:30 +0000

    misc/ollama: Update pkg-message
---
 misc/ollama/pkg-message | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/misc/ollama/pkg-message b/misc/ollama/pkg-message
index f5cd56fa789b..a9b4590e3aed 100644
--- a/misc/ollama/pkg-message
+++ b/misc/ollama/pkg-message
@@ -30,7 +30,7 @@ Please symlink ~/.ollama to a large disk if needed.
 
 Working examples:
 (1) Coding with the model gpt-oss:20b:
-  1. run 'OLLAMA_CONTEXT_LENGTH=65536 ollama serve'
+  1. start ollama service with 'sudo service ollama start'
      or
      setup and start the service 'ollama'
   2. install claude-code and run:
@@ -44,7 +44,7 @@ Working examples:
   3. Ask it to write some program.
 
 (2) Image generation with the model x/z-image-turbo:
-  1. run 'OLLAMA_CONTEXT_LENGTH=65536 ollama serve'
+  1. start ollama service with 'sudo service ollama start'
      or
      setup and start the service 'ollama'
   2. run:
@@ -52,6 +52,9 @@ Working examples:
 
 There are also a lot of text-to-text models that you can chat with.
 
+You migh also want to install the 'gollama' package. gollama allows to
+run ollama models very easily.
+
 EOM
 }
 ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dd55b1.479b8.600be3d0>