- Update to version 0.3.14:
* New Models + Granite 3 MoE: The IBM Granite 1B and 3B models are the first mixture of experts (MoE) Granite models from IBM designed for low latency usage. + Granite 3 Dense: The IBM Granite 2B and 8B models are designed to support tool-based use cases and support for retrieval augmented generation (RAG), streamlining code generation, translation and bug fixing. OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=57
This commit is contained in:
parent
332862e2b8
commit
5a882751e3
2
_service
2
_service
@ -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.13</param>
|
||||
<param name="revision">v0.3.14</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ollama/ollama.git</param>
|
||||
<param name="changesrevision">7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8</param></service></servicedata>
|
||||
<param name="changesrevision">f2890a4494f9fb3722ee7a4c506252362d1eab65</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77731c90fc14e1507f16ad8604fbb3397c19f587f7b6ec3a8d7ef18c85b22f3d
|
||||
size 162358798
|
3
ollama-0.3.14.obscpio
Normal file
3
ollama-0.3.14.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0913837cabfa4fd34811391e420fcad40146779672cb9435d39725534eaaa625
|
||||
size 219915790
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 01:47:37 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Update to version 0.3.14:
|
||||
* New Models
|
||||
+ Granite 3 MoE: The IBM Granite 1B and 3B models are the
|
||||
first mixture of experts (MoE) Granite models from IBM
|
||||
designed for low latency usage.
|
||||
+ Granite 3 Dense: The IBM Granite 2B and 8B models are
|
||||
designed to support tool-based use cases and support for
|
||||
retrieval augmented generation (RAG), streamlining code
|
||||
generation, translation and bug fixing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 20:55:18 UTC 2024 - eyadlorenzo@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.3.13
|
||||
mtime: 1728584511
|
||||
commit: 7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8
|
||||
version: 0.3.14
|
||||
mtime: 1729191592
|
||||
commit: f2890a4494f9fb3722ee7a4c506252362d1eab65
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.3.13
|
||||
Version: 0.3.14
|
||||
Release: 0
|
||||
Summary: Tool for running AI models on-premise
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98897e7e800fae84916723e3ca4ec291a8e0cef6683327f69fc2c6b1d1bdbdfc
|
||||
size 5355082
|
||||
oid sha256:51f66f7df6b024fdb973d13182db9f699619e6d4ec6aa22c95d6e5aedb1ee91f
|
||||
size 5311342
|
||||
|
Loading…
Reference in New Issue
Block a user