From e775b54f220e6ce1450c15fb297893558a280eba476ccee6e817aabb9374782a Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Tue, 27 Feb 2024 12:34:45 +0000 Subject: [PATCH] Accepting request 1152042 from home:jengelh:branches:science:machinelearning factory review. - Edit description, answer _what_ the package is and use nominal phrase. (https://en.opensuse.org/openSUSE:Package_description_guidelines) OBS-URL: https://build.opensuse.org/request/show/1152042 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=4 --- ollama.changes | 6 ++++++ ollama.spec | 9 +++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ollama.changes b/ollama.changes index 68a4f02..bec9b83 100644 --- a/ollama.changes +++ b/ollama.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 08:33:15 UTC 2024 - Jan Engelhardt + +- Edit description, answer _what_ the package is and use nominal + phrase. (https://en.opensuse.org/openSUSE:Package_description_guidelines) + ------------------------------------------------------------------- Fri Feb 23 21:13:53 UTC 2024 - Loren Burkholder diff --git a/ollama.spec b/ollama.spec index 236e345..d43cf7a 100644 --- a/ollama.spec +++ b/ollama.spec @@ -18,7 +18,7 @@ Name: ollama Version: 0.1.27 Release: 0 -Summary: Get up and running with Llama 2, Mistral, and other large language models +Summary: Tool for running AI models on-premise License: MIT URL: https://ollama.com Source: %{name}-%{version}.tar.gz @@ -35,7 +35,12 @@ BuildRequires: golang(API) >= 1.21 %{sysusers_requires} %description -Get up and running with Llama 2, Mistral, Gemma, and other large language models. +Ollama is a tool for running AI models on one's own hardware. +It offers a command-line interface and a RESTful API. +New models can be created or existing ones modified in the +Ollama library using the Modelfile syntax. +Source model weights found on Hugging Face and similar sites +can be imported. %prep %autosetup -a1 -p1