From d49ff0ffe7d16e455ed5e6af34361e906f82746b17624c066ff69299351a1589 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Tue, 18 Jun 2024 12:14:31 +0000 Subject: [PATCH] - Added documentation files to .spec - Update to version 0.1.44 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=25 --- _service | 2 +- _servicedata | 2 +- ollama-0.1.40.obscpio | 3 --- ollama-0.1.44.obscpio | 3 +++ ollama.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ ollama.obsinfo | 6 +++--- ollama.spec | 6 +++++- vendor.tar.zstd | 4 ++-- 8 files changed, 58 insertions(+), 11 deletions(-) delete mode 100644 ollama-0.1.40.obscpio create mode 100644 ollama-0.1.44.obscpio diff --git a/_service b/_service index b3f94da..fa763d3 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ollama/ollama.git git - v0.1.40 + v0.1.44 @PARENT_TAG@ v(.*) enable diff --git a/_servicedata b/_servicedata index 100b538..01cb1df 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ollama/ollama.git - 829ff87bd1a98eff727003d3b24748f0f7d8c3ac \ No newline at end of file + c39761c5525132d96e1da0956a9aa39e87b54114 \ No newline at end of file diff --git a/ollama-0.1.40.obscpio b/ollama-0.1.40.obscpio deleted file mode 100644 index 6b7c3a1..0000000 --- a/ollama-0.1.40.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb2c4c7d4180f84ee10eb4a000a86de0f3fa79302722b88b808320ab8f9d8351 -size 179825166 diff --git a/ollama-0.1.44.obscpio b/ollama-0.1.44.obscpio new file mode 100644 index 0000000..902b85a --- /dev/null +++ b/ollama-0.1.44.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5558006700a3829e4aa3abac5b598bf836b109961b776b63a2bf536638e8e699 +size 155404814 diff --git a/ollama.changes b/ollama.changes index e4e522a..6776826 100644 --- a/ollama.changes +++ b/ollama.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Tue Jun 18 12:12:41 UTC 2024 - Eyad Issa + +- Added documentation files to .spec + +- Update to version 0.1.44: + * Fixed issue where unicode characters such as emojis would not + be loaded correctly when running ollama create + * Fixed certain cases where Nvidia GPUs would not be detected and + reported as compute capability 1.0 devices + +- Update to version 0.1.43: + * New import.md guide for converting and importing models to + Ollama + * Fixed issue where embedding vectors resulting from + /api/embeddings would not be accurate + * JSON mode responses will no longer include invalid escape + characters + * Removing a model will no longer show incorrect File not found + errors + * Fixed issue where running ollama create would result in an + error on Windows with certain file formatting + +- Update to version 0.1.42: + * New models: Qwen 2: a new series of large language models + from Alibaba group + * Qwen 2: a new series of large language models from Alibaba + group + * ollama pull is now faster if it detects a model is already + downloaded + * ollama create will now automatically detect prompt templates + for popular model architectures such as Llama, Gemma, Phi and + more. + * Ollama can now be accessed from local apps built with Electron + and Tauri, as well as in developing apps in local html files + * Update welcome prompt in Windows to llama3 + * Fixed issues where /api/ps and /api/tags would show invalid + timestamps in responses + +- Update to version 0.1.41: + * Fixed issue on Windows 10 and 11 with Intel CPUs with + integrated GPUs where Ollama would encounter an error + ------------------------------------------------------------------- Sat Jun 01 21:12:20 UTC 2024 - Eyad Issa diff --git a/ollama.obsinfo b/ollama.obsinfo index da31ee0..de2a58d 100644 --- a/ollama.obsinfo +++ b/ollama.obsinfo @@ -1,4 +1,4 @@ name: ollama -version: 0.1.40 -mtime: 1717206861 -commit: 829ff87bd1a98eff727003d3b24748f0f7d8c3ac +version: 0.1.44 +mtime: 1718310369 +commit: c39761c5525132d96e1da0956a9aa39e87b54114 diff --git a/ollama.spec b/ollama.spec index 4740973..b31cc4f 100644 --- a/ollama.spec +++ b/ollama.spec @@ -17,7 +17,7 @@ Name: ollama -Version: 0.1.40 +Version: 0.1.44 Release: 0 Summary: Tool for running AI models on-premise License: MIT @@ -75,6 +75,9 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/%{name}-user.conf install -d %{buildroot}/var/lib/%{name} +mkdir -p "%buildroot/%_docdir/%name" +cp -Ra docs/* "%buildroot/%_docdir/%name" + %pre -f %{name}.pre %service_add_pre %{name}.service @@ -90,6 +93,7 @@ install -d %{buildroot}/var/lib/%{name} %files %doc README.md %license LICENSE +%{_docdir}/%{name} %{_bindir}/%{name} %{_unitdir}/%{name}.service %{_sysusersdir}/%{name}-user.conf diff --git a/vendor.tar.zstd b/vendor.tar.zstd index 0a97f6c..a706ad8 100644 --- a/vendor.tar.zstd +++ b/vendor.tar.zstd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:783885d48a70583689a056c794d449d2d66cd80a13c03f016f8cc33262e444b1 -size 5323720 +oid sha256:c237ad965be69a774d3c48a34950391ff225737aa034aac0db88c04328121bbd +size 5307629