- Update to version 0.3.13:

* New safety models:
    ~ Llama Guard 3: a series of models by Meta, fine-tuned for
      content safety classification of LLM inputs and responses.
    ~ ShieldGemma: ShieldGemma is set of instruction tuned models
      from Google DeepMind for evaluating the safety of text 
      prompt input and text output responses against a set of 
      defined safety policies.
  * Fixed issue where ollama pull would leave connections when 
    encountering an error
  * ollama rm will now stop a model if it is running prior to 
    deleting it

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=55
This commit is contained in:
Guillaume GARDET 2024-10-14 07:28:18 +00:00 committed by Git OBS Bridge
parent 2808304cf4
commit 332862e2b8
8 changed files with 27 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/ollama/ollama.git</param>
<param name="scm">git</param>
<param name="revision">v0.3.12</param>
<param name="revision">v0.3.13</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ollama/ollama.git</param>
<param name="changesrevision">504a410f02e01a2ec948a92e4579a28295184898</param></service></servicedata>
<param name="changesrevision">7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8</param></service></servicedata>

BIN
ollama-0.3.12.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
ollama-0.3.13.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,19 @@
-------------------------------------------------------------------
Sat Oct 12 20:55:18 UTC 2024 - eyadlorenzo@gmail.com
- Update to version 0.3.13:
* New safety models:
~ Llama Guard 3: a series of models by Meta, fine-tuned for
content safety classification of LLM inputs and responses.
~ ShieldGemma: ShieldGemma is set of instruction tuned models
from Google DeepMind for evaluating the safety of text
prompt input and text output responses against a set of
defined safety policies.
* Fixed issue where ollama pull would leave connections when
encountering an error
* ollama rm will now stop a model if it is running prior to
deleting it
-------------------------------------------------------------------
Sat Sep 28 03:53:10 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
- Update to version 0.3.12:

View File

@ -1,4 +1,4 @@
name: ollama
version: 0.3.12
mtime: 1727216290
commit: e9e9bdb8d904f009e8b1e54af9f77624d481cfb2
version: 0.3.13
mtime: 1728584511
commit: 7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8

View File

@ -17,7 +17,7 @@
Name: ollama
Version: 0.3.12
Version: 0.3.13
Release: 0
Summary: Tool for running AI models on-premise
License: MIT

BIN
vendor.tar.zstd (Stored with Git LFS)

Binary file not shown.