- 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:
parent
2808304cf4
commit
332862e2b8
4
_service
4
_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>
|
||||||
@ -19,5 +19,5 @@
|
|||||||
<service name="tar" mode="buildtime">
|
<service name="tar" mode="buildtime">
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:566dc106905f615862ecf07199f44c5954b32ca1783f6b53ff37dd345b4e2f62
|
|
||||||
size 178936846
|
|
3
ollama-0.3.13.obscpio
Normal file
3
ollama-0.3.13.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77731c90fc14e1507f16ad8604fbb3397c19f587f7b6ec3a8d7ef18c85b22f3d
|
||||||
|
size 162358798
|
@ -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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ee967a4178877fb84ad7affc4fa20a5a46a9519b1ea9bda2f99863cf2fa3498d
|
oid sha256:98897e7e800fae84916723e3ca4ec291a8e0cef6683327f69fc2c6b1d1bdbdfc
|
||||||
size 5312072
|
size 5355082
|
||||||
|
Loading…
Reference in New Issue
Block a user