- Update to version 0.4.0-rc8:
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=62
This commit is contained in:
parent
d5f830b976
commit
7cc332278e
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-rc6</param>
|
||||
<param name="revision">v0.4.0-rc8</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)-rc6</param>
|
||||
<param name="versionrewrite-pattern">v(.*)-rc8</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">16f4eabe2d409b2b8a6e50fa08c8ce3a2a3b18d1</param></service></servicedata>
|
||||
<param name="changesrevision">046054fa3bba6d6511bcf46ca53f3ee8bc972df6</param></service></servicedata>
|
BIN
ollama-0.4.0.obscpio
(Stored with Git LFS)
BIN
ollama-0.4.0.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,5 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 01 02:18:50 UTC 2024 - eyadlorenzo@gmail.com
|
||||
Wed Nov 06 12:31:53 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.4.0-rc8:
|
||||
* CI: Switch to v13 macos runner (#7498)
|
||||
* CI: matrix strategy fix (#7496)
|
||||
* Sign windows arm64 official binaries (#7493)
|
||||
* readme: add TextCraft to community integrations (#7377)
|
||||
* nvidia libs have inconsistent ordering (#7473)
|
||||
* CI: omit unused tools for faster release builds (#7432)
|
||||
* llama: Improve error handling
|
||||
* runner.go: Only allocate 1 element embedding batches for mllama
|
||||
* refactor kv estimation
|
||||
* mllama cross attention
|
||||
* Add basic mllama integration tests (#7455)
|
||||
* runner.go: Don't set cross attention before sending embeddings
|
||||
* Give unicode test more time to run (#7437)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 01 02:18:50 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Remove enable-lto.patch
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.4.0
|
||||
mtime: 1730325945
|
||||
commit: 16f4eabe2d409b2b8a6e50fa08c8ce3a2a3b18d1
|
||||
mtime: 1730754127
|
||||
commit: 046054fa3bba6d6511bcf46ca53f3ee8bc972df6
|
||||
|
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