- Update to version 0.3.6:
* Fixed issue where /api/embed would return an error instead of loading the model when the input field was not provided. * ollama create can now import Phi-3 models from Safetensors * Added progress information to ollama create when importing GGUF files * Ollama will now import GGUF files faster by minimizing file copies - Update to version 0.3.6: * Fixed issue where temporary files would not be cleaned up * Fix rare error when Ollama would start up due to invalid model data OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=47
This commit is contained in:
parent
aa82c484e7
commit
5a2110e469
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.4</param>
|
||||
<param name="revision">v0.3.6</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">ce1fb4447efc9958dcf279f7eb2ae6941bec1220</param></service></servicedata>
|
||||
<param name="changesrevision">4c4fe3f87fe1858b35bd0d41e093a0039ec4cee4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26f61d9850e1242dc1d65c4ab881f7a36075066f12f887a6596efceebfda490b
|
||||
size 223257614
|
3
ollama-0.3.6.obscpio
Normal file
3
ollama-0.3.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96235e8d8cfdc20c732a699cc2036c907027c67482aa75fb0a7f3b6aa5089077
|
||||
size 184983566
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 18:59:48 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.3.6:
|
||||
* Fixed issue where /api/embed would return an error instead of
|
||||
loading the model when the input field was not provided.
|
||||
* ollama create can now import Phi-3 models from Safetensors
|
||||
* Added progress information to ollama create when importing GGUF
|
||||
files
|
||||
* Ollama will now import GGUF files faster by minimizing file
|
||||
copies
|
||||
|
||||
- Update to version 0.3.6:
|
||||
* Fixed issue where temporary files would not be cleaned up
|
||||
* Fix rare error when Ollama would start up due to invalid model
|
||||
data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 02:40:06 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.3.4
|
||||
mtime: 1723000849
|
||||
commit: de4fc297732cb60ff79a6c8010a7c79971c21b4a
|
||||
version: 0.3.6
|
||||
mtime: 1723575229
|
||||
commit: 4c4fe3f87fe1858b35bd0d41e093a0039ec4cee4
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.3.4
|
||||
Version: 0.3.6
|
||||
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:46b2ba6e402d762455dd00b701eab4dcc825133ad33d1028bebfd790a8872fa8
|
||||
size 5310383
|
||||
oid sha256:55ce911e80d49668a716385a09682e6a6ad44d711486ee38b32e8269a0a6a3df
|
||||
size 5354975
|
||||
|
Loading…
Reference in New Issue
Block a user