- Update to version 0.3.1:
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=43
This commit is contained in:
parent
708b172f7c
commit
f24370d51a
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.1</param>
|
||||
<param name="revision">v0.3.3</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">1a83581a8e1063418f5f1fec14638409d0681b68</param></service></servicedata>
|
||||
<param name="changesrevision">ce1fb4447efc9958dcf279f7eb2ae6941bec1220</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964901c4577c6efc74ecb52b519d653b371b227d5d39c5c1edeac7d70a4d1b35
|
||||
size 153262606
|
3
ollama-0.3.3.obscpio
Normal file
3
ollama-0.3.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80ced6af29997569d44f79381c5cd1d4e51edd3f97d9f5aae0207162b6de26ba
|
||||
size 153645582
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 03 09:41:56 UTC 2024 - eyadlorenzo@gmail.com
|
||||
|
||||
- Update to version 0.3.3:
|
||||
* The /api/embed endpoint now returns statistics: total_duration,
|
||||
load_duration, and prompt_eval_count
|
||||
* Added usage metrics to the /v1/embeddings OpenAI compatibility
|
||||
API
|
||||
* Fixed issue where /api/generate would respond with an empty
|
||||
string if provided a context
|
||||
* Fixed issue where /api/generate would return an incorrect
|
||||
value for context
|
||||
* /show modefile will now render MESSAGE commands correctly
|
||||
|
||||
- Update to version 0.3.3:
|
||||
* Fixed issue where ollama pull would not resume download
|
||||
progress
|
||||
* Fixed issue where phi3 would report an error on older versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 07:08:37 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ollama
|
||||
version: 0.3.1
|
||||
mtime: 1722288341
|
||||
commit: 1a83581a8e1063418f5f1fec14638409d0681b68
|
||||
version: 0.3.3
|
||||
mtime: 1722555107
|
||||
commit: ce1fb4447efc9958dcf279f7eb2ae6941bec1220
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ollama
|
||||
Version: 0.3.1
|
||||
Version: 0.3.3
|
||||
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:44ddc2c6af0c08316fec2243c99d08f9585c60c5110bab368a1ee081117dedb2
|
||||
size 5354999
|
||||
oid sha256:85f112c543064fe9979a85aac33cd4f8fd3ab9297bd058aeea044c7e20ad5929
|
||||
size 5354897
|
||||
|
Loading…
Reference in New Issue
Block a user