Accepting request 1186033 from science:machinelearning
- Update to version 0.1.48: * Fixed issue where Gemma 2 would continuously output when reaching context limits * Fixed out of memory and core dump errors when running Gemma 2 * /show info will now show additional model information in ollama run * Fixed issue where ollama show would result in an error on certain vision models - Update to version 0.1.48: * Added support for Google Gemma 2 models (9B and 27B) * Fixed issues with ollama create when importing from Safetensors - Update to version 0.1.46: * Docs (#5149) * fix: quantization with template * Fix use_mmap parsing for modelfiles * Refine mmap default logic on linux * Bump latest fedora cuda repo to 39 OBS-URL: https://build.opensuse.org/request/show/1186033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ollama?expand=0&rev=11
This commit is contained in:
commit
1202fb05d0
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.1.45</param>
|
||||
<param name="revision">v0.1.48</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">e01e535cbbb92e0d9645bd726e259e7d8a6c7598</param></service></servicedata>
|
||||
<param name="changesrevision">717f7229eb4f9220d4070aae617923950643d327</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecc23b875cd051a46ed9c9da0481bfd1a1b11e859b63ceb782d673a6534bda5e
|
||||
size 189517838
|
3
ollama-0.1.48.obscpio
Normal file
3
ollama-0.1.48.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ad003ac20a614eefd770e000e818729f1723b1299286479d9669211eeaed710
|
||||
size 160434702
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 07 19:18:11 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.1.48:
|
||||
* Fixed issue where Gemma 2 would continuously output when
|
||||
reaching context limits
|
||||
* Fixed out of memory and core dump errors when running Gemma 2
|
||||
* /show info will now show additional model information in
|
||||
ollama run
|
||||
* Fixed issue where ollama show would result in an error on
|
||||
certain vision models
|
||||
|
||||
- Update to version 0.1.48:
|
||||
* Added support for Google Gemma 2 models (9B and 27B)
|
||||
* Fixed issues with ollama create when importing from Safetensors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 10:11:17 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.1.46:
|
||||
* Docs (#5149)
|
||||
* fix: quantization with template
|
||||
* Fix use_mmap parsing for modelfiles
|
||||
* Refine mmap default logic on linux
|
||||
* Bump latest fedora cuda repo to 39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 10:08:00 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.1.45
|
||||
mtime: 1718905584
|
||||
commit: e01e535cbbb92e0d9645bd726e259e7d8a6c7598
|
||||
version: 0.1.48
|
||||
mtime: 1719628771
|
||||
commit: 717f7229eb4f9220d4070aae617923950643d327
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.1.45
|
||||
Version: 0.1.48
|
||||
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:bd09eae14f52b19ab71daa5129e2a51856457ab1af391a40e869835759114f8a
|
||||
size 5307431
|
||||
oid sha256:857f1af7a25e48841716d40b5226e61f6436ae38e322fb9b50e5e7aed379ee06
|
||||
size 5307324
|
||||
|
Loading…
Reference in New Issue
Block a user