Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ollama for openSUSE:Factory checked 
in at 2024-07-01 11:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ollama (Old)
 and      /work/SRC/openSUSE:Factory/.ollama.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ollama"

Mon Jul  1 11:19:34 2024 rev:10 rq:1183991 version:0.1.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/ollama/ollama.changes    2024-06-18 
22:53:16.749495745 +0200
+++ /work/SRC/openSUSE:Factory/.ollama.new.18349/ollama.changes 2024-07-01 
11:19:57.266151409 +0200
@@ -1,0 +2,21 @@
+Sat Jun 22 10:08:00 UTC 2024 - Eyad Issa <eyadlore...@gmail.com>
+
+- Update to version 0.1.45:
+  * New models: DeepSeek-Coder-V2: A 16B & 236B open-source
+    Mixture-of-Experts code language model that achieves
+    performance comparable to GPT4-Turbo in code-specific tasks.
+  * ollama show <model> will now show model information such as
+    context window size
+  * Model loading on Windows with CUDA GPUs is now faster
+  * Setting seed in the /v1/chat/completions OpenAI compatibility
+    endpoint no longer changes temperature
+  * Enhanced GPU discovery and multi-gpu support with concurrency
+  * Introduced a workaround for AMD Vega RX 56 SDMA support on
+    Linux
+  * Fix memory prediction for deepseek-v2 and deepseek-coder-v2
+    models
+  * api/show endpoint returns extensive model metadata
+  * GPU configuration variables are now reported in ollama serve
+  * Update Linux ROCm to v6.1.1
+
+-------------------------------------------------------------------

Old:
----
  ollama-0.1.44.obscpio

New:
----
  ollama-0.1.45.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ollama.spec ++++++
--- /var/tmp/diff_new_pack.jFEhKH/_old  2024-07-01 11:20:00.242259828 +0200
+++ /var/tmp/diff_new_pack.jFEhKH/_new  2024-07-01 11:20:00.258260411 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ollama
-Version:        0.1.44
+Version:        0.1.45
 Release:        0
 Summary:        Tool for running AI models on-premise
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jFEhKH/_old  2024-07-01 11:20:00.598272797 +0200
+++ /var/tmp/diff_new_pack.jFEhKH/_new  2024-07-01 11:20:00.630273963 +0200
@@ -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.44</param>
+    <param name="revision">v0.1.45</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jFEhKH/_old  2024-07-01 11:20:00.886283290 +0200
+++ /var/tmp/diff_new_pack.jFEhKH/_new  2024-07-01 11:20:00.930284892 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/ollama/ollama.git</param>
-              <param 
name="changesrevision">c39761c5525132d96e1da0956a9aa39e87b54114</param></service></servicedata>
+              <param 
name="changesrevision">e01e535cbbb92e0d9645bd726e259e7d8a6c7598</param></service></servicedata>
 (No newline at EOF)
 

++++++ enable-lto.patch ++++++
--- /var/tmp/diff_new_pack.jFEhKH/_old  2024-07-01 11:20:01.142292616 +0200
+++ /var/tmp/diff_new_pack.jFEhKH/_new  2024-07-01 11:20:01.178293928 +0200
@@ -1,30 +1,28 @@
-diff -rub ollama/llm/generate/gen_linux.sh 
ollama-patched/llm/generate/gen_linux.sh
---- ollama/llm/generate/gen_linux.sh   2024-04-23 04:40:58.246062467 +0200
-+++ ollama-patched/llm/generate/gen_linux.sh   2024-04-23 04:37:36.432294889 
+0200
-@@ -51,7 +51,7 @@
-         export CUDACXX=$(command -v nvcc)
+diff --git a/llm/generate/gen_linux.sh b/llm/generate/gen_linux.sh
+index 28ce1f2..4193a43 100755
+--- a/llm/generate/gen_linux.sh
++++ b/llm/generate/gen_linux.sh
+@@ -52,6 +52,7 @@ if [ -z "${CUDACXX}" ]; then
      fi
  fi
--COMMON_CMAKE_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on -DLLAMA_NATIVE=off 
-DLLAMA_AVX=on -DLLAMA_AVX2=off -DLLAMA_AVX512=off -DLLAMA_FMA=off 
-DLLAMA_F16C=off"
-+COMMON_CMAKE_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on -DLLAMA_LTO=on 
-DCMAKE_BUILD_TYPE=Release -DLLAMA_NATIVE=off -DLLAMA_AVX=on -DLLAMA_AVX2=off 
-DLLAMA_AVX512=off -DLLAMA_FMA=off -DLLAMA_F16C=off"
+ COMMON_CMAKE_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on -DLLAMA_NATIVE=off 
-DLLAMA_AVX=on -DLLAMA_AVX2=off -DLLAMA_AVX512=off -DLLAMA_FMA=off 
-DLLAMA_F16C=off -DLLAMA_OPENMP=off"
++COMMON_CMAKE_DEFS="${COMMON_CMAKE_DEFS} -DLLAMA_LTO=on 
-DCMAKE_BUILD_TYPE=Release"
  source $(dirname $0)/gen_common.sh
  init_vars
  git_module_setup
-@@ -77,7 +77,7 @@
-     if [ -n "${OLLAMA_CUSTOM_CPU_DEFS}" ]; then
+@@ -78,6 +79,7 @@ if [ -z "${OLLAMA_SKIP_CPU_GENERATE}" ]; then
          init_vars
          echo "OLLAMA_CUSTOM_CPU_DEFS=\"${OLLAMA_CUSTOM_CPU_DEFS}\""
--        CMAKE_DEFS="${OLLAMA_CUSTOM_CPU_DEFS} 
-DCMAKE_POSITION_INDEPENDENT_CODE=on ${CMAKE_DEFS}"
-+        CMAKE_DEFS="${OLLAMA_CUSTOM_CPU_DEFS} 
-DCMAKE_POSITION_INDEPENDENT_CODE=on -DLLAMA_LTO=on -DCMAKE_BUILD_TYPE=Release 
${CMAKE_DEFS}"
+         CMAKE_DEFS="${OLLAMA_CUSTOM_CPU_DEFS} 
-DCMAKE_POSITION_INDEPENDENT_CODE=on ${CMAKE_DEFS}"
++        CMAKE_DEFS="${CMAKE_DEFS} -DLLAMA_LTO=on"
          BUILD_DIR="../build/linux/${ARCH}/cpu"
          echo "Building custom CPU"
          build
-@@ -93,7 +93,7 @@
-         # -DLLAMA_AVX512_VBMI -- 2018 Intel Cannon Lake
+@@ -94,6 +96,7 @@ if [ -z "${OLLAMA_SKIP_CPU_GENERATE}" ]; then
          # -DLLAMA_AVX512_VNNI -- 2021 Intel Alder Lake
-
--        COMMON_CPU_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on 
-DLLAMA_NATIVE=off"
-+        COMMON_CPU_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on -DLLAMA_LTO=on 
-DCMAKE_BUILD_TYPE=Release -DLLAMA_NATIVE=off"
+ 
+         COMMON_CPU_DEFS="-DCMAKE_POSITION_INDEPENDENT_CODE=on 
-DLLAMA_NATIVE=off -DLLAMA_OPENMP=off"
++        COMMON_CPU_DEFS="-DLLAMA_LTO=on -DCMAKE_BUILD_TYPE=Release"
          if [ -z "${OLLAMA_CPU_TARGET}" -o "${OLLAMA_CPU_TARGET}" = "cpu" ]; 
then
              #
              # CPU first for the default library, set up as lowest common 
denominator for maximum compatibility (including Rosetta)

++++++ ollama-0.1.44.obscpio -> ollama-0.1.45.obscpio ++++++
/work/SRC/openSUSE:Factory/ollama/ollama-0.1.44.obscpio 
/work/SRC/openSUSE:Factory/.ollama.new.18349/ollama-0.1.45.obscpio differ: char 
49, line 1

++++++ ollama.obsinfo ++++++
--- /var/tmp/diff_new_pack.jFEhKH/_old  2024-07-01 11:20:01.666311706 +0200
+++ /var/tmp/diff_new_pack.jFEhKH/_new  2024-07-01 11:20:01.730314038 +0200
@@ -1,5 +1,5 @@
 name: ollama
-version: 0.1.44
-mtime: 1718310369
-commit: c39761c5525132d96e1da0956a9aa39e87b54114
+version: 0.1.45
+mtime: 1718905584
+commit: e01e535cbbb92e0d9645bd726e259e7d8a6c7598
 

++++++ vendor.tar.zstd ++++++
Binary files /var/tmp/diff_new_pack.jFEhKH/_old and 
/var/tmp/diff_new_pack.jFEhKH/_new differ

Reply via email to