Accepting request 1207827 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1207827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ollama?expand=0&rev=22
This commit is contained in:
commit
b2e945fdb7
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||||
<param name="scm">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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
<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)
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
BIN
ollama-0.3.13.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat Sep 28 03:53:10 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||||
|
|
||||||
- Update to version 0.3.12:
|
- Update to version 0.3.12:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: ollama
|
name: ollama
|
||||||
version: 0.3.12
|
version: 0.3.13
|
||||||
mtime: 1727216290
|
mtime: 1728584511
|
||||||
commit: e9e9bdb8d904f009e8b1e54af9f77624d481cfb2
|
commit: 7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ollama
|
Name: ollama
|
||||||
Version: 0.3.12
|
Version: 0.3.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for running AI models on-premise
|
Summary: Tool for running AI models on-premise
|
||||||
License: MIT
|
License: MIT
|
||||||
|
BIN
vendor.tar.zstd
(Stored with Git LFS)
BIN
vendor.tar.zstd
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user