git: 2fcf751e11c3 - main - misc/ollama: Update pkg-message and pkg-descr

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 19 Jun 2026 06:37:04 UTC
The branch main has been updated by yuri:

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

commit 2fcf751e11c3c41b153ff86113be6d820f7f02fb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-18 21:54:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-19 06:36:58 +0000

    misc/ollama: Update pkg-message and pkg-descr
---
 misc/ollama/pkg-descr   | 1 +
 misc/ollama/pkg-message | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/misc/ollama/pkg-descr b/misc/ollama/pkg-descr
index ea5609a7df6e..c03e6502af30 100644
--- a/misc/ollama/pkg-descr
+++ b/misc/ollama/pkg-descr
@@ -12,3 +12,4 @@ With Ollama, you can:
 - Generate text and embeddings
 - Customize models with your own prompts and data
 - Expose models through a REST API for use in your applications
+- Run generative models that generate images
diff --git a/misc/ollama/pkg-message b/misc/ollama/pkg-message
index a9b4590e3aed..8d1d36f37d6d 100644
--- a/misc/ollama/pkg-message
+++ b/misc/ollama/pkg-message
@@ -50,9 +50,12 @@ Working examples:
   2. run:
      ollama run x/z-image-turbo {textual description of the desired image}
 
+Please note that the x/z-image-turbo model requires a minimum of 64GB of
+RAM to run or a similar amount of VRAM on a Vulkan device.
+
 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
+You might also want to install the 'gollama' package. gollama allows to
 run ollama models very easily.
 
 EOM