- Update to version 0.4.0:

* Update README.md (#7516)
  * One corrupt manifest should not wedge model operations (#7515)
  * prompt: Use a single token when estimating mllama context size
  * readme: add Hexabot to the list of community integrations
  * Quiet down debug log of image payload (#7454)

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=63
This commit is contained in:
Guillaume GARDET 2024-11-07 15:09:03 +00:00 committed by Git OBS Bridge
parent 7cc332278e
commit 65708a6764
6 changed files with 19 additions and 9 deletions

View File

@ -3,9 +3,9 @@
<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.4.0-rc8</param>
<param name="revision">v0.4.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)-rc8</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="submodules">enable</param>
<param name="exclude">macapp</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">046054fa3bba6d6511bcf46ca53f3ee8bc972df6</param></service></servicedata>
<param name="changesrevision">9d71bcc3e2a97c8e62d758450f43aa212346410e</param></service></servicedata>

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 07 12:06:09 UTC 2024 - adrian@suse.de
- Update to version 0.4.0:
* Update README.md (#7516)
* One corrupt manifest should not wedge model operations (#7515)
* prompt: Use a single token when estimating mllama context size
* readme: add Hexabot to the list of community integrations
* Quiet down debug log of image payload (#7454)
-------------------------------------------------------------------
Wed Nov 06 12:31:53 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>

View File

@ -1,4 +1,4 @@
name: ollama
version: 0.4.0
mtime: 1730754127
commit: 046054fa3bba6d6511bcf46ca53f3ee8bc972df6
mtime: 1730848045
commit: 9d71bcc3e2a97c8e62d758450f43aa212346410e

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

Binary file not shown.