- 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:
parent
7cc332278e
commit
65708a6764
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcbcbb9aa1cdde96a51a5bbf25f1b6a3cb97d71ed7589a17e68f9a30287bd450
|
||||
size 16564237
|
||||
oid sha256:dd8818aea2a9674d68930e3c8d82899c26860ddc0bb6215720443f7d2bae3933
|
||||
size 16452109
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.4.0
|
||||
mtime: 1730754127
|
||||
commit: 046054fa3bba6d6511bcf46ca53f3ee8bc972df6
|
||||
mtime: 1730848045
|
||||
commit: 9d71bcc3e2a97c8e62d758450f43aa212346410e
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a465edc1e925c1c066e9a5923c6dd3b0534f3cef0ee0d32646b84d1347a126e6
|
||||
size 5367830
|
||||
oid sha256:a282354c7f6d327ef4ae6cb9c275e7e6596dd9989f5062302af1e42443376d45
|
||||
size 5367853
|
||||
|
Loading…
Reference in New Issue
Block a user