- 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">
|
<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.13</param>
|
<param name="revision">v0.3.14</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">7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8</param></service></servicedata>
|
<param name="changesrevision">f2890a4494f9fb3722ee7a4c506252362d1eab65</param></service></servicedata>
|
BIN
ollama-0.3.13.obscpio
(Stored with Git LFS)
BIN
ollama-0.3.13.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
ollama-0.3.14.obscpio
(Stored with Git LFS)
Normal file
BIN
ollama-0.3.14.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Sat Oct 12 20:55:18 UTC 2024 - eyadlorenzo@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: ollama
|
name: ollama
|
||||||
version: 0.3.13
|
version: 0.3.14
|
||||||
mtime: 1728584511
|
mtime: 1729191592
|
||||||
commit: 7fe3902552f762e6cc4f78eb83b2a60c6a6e61d8
|
commit: f2890a4494f9fb3722ee7a4c506252362d1eab65
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ollama
|
Name: ollama
|
||||||
Version: 0.3.13
|
Version: 0.3.14
|
||||||
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