]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update upstream
authorMathieu Baudier <redacted>
Sat, 27 Dec 2025 11:02:13 +0000 (12:02 +0100)
committerMathieu Baudier <redacted>
Sat, 27 Dec 2025 11:38:32 +0000 (12:38 +0100)
debian/changelog
debian/not-installed
debian/patches/0001-improve-cmake-build.patch
debian/rules

index a42d7883b0d5917fcf0939a4f91a0e4141b40d85..5d90b2b9d8424e12df64a96a5f642016c15bec57 100644 (file)
@@ -1,3 +1,9 @@
+llama.cpp (0.0.7446-1) unstable; urgency=medium
+
+  * Update upstream
+
+ -- Mathieu Baudier <mbaudier@argeo.org>  Sat, 27 Dec 2025 11:01:11 +0000
+
 llama.cpp (0.0.7011-1) unstable; urgency=medium
 
   * Update upstream
index c02e7addfc49a6eb00f9de4e3649fd2195f9f102..2d6f20f78226e2e56a9349bf0289bbab03744d5b 100644 (file)
@@ -1,5 +1,6 @@
 # Most executables produced are not stable enough to be distributed
 /usr/bin/llama-*
+/usr/bin/rpc-server
 /usr/libexec/*/ggml/llama-*
 
 # Python is not supported
index 0e941a7e297a6c58f3ace129b87e1cd7d6c3417d..504bb24cb80c0920c49da3e4d61576e1583fe126 100644 (file)
@@ -8,10 +8,10 @@ Subject: improve-cmake-build
  2 files changed, 8 insertions(+)
 
 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 630b2cd..0c225c5 100644
+index 4192af7..39db7ef 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
-@@ -142,4 +142,8 @@ if (BUILD_SHARED_LIBS)
+@@ -152,4 +152,8 @@ if (BUILD_SHARED_LIBS)
      set_target_properties(llama PROPERTIES POSITION_INDEPENDENT_CODE ON)
      target_compile_definitions(llama PRIVATE LLAMA_BUILD)
      target_compile_definitions(llama PUBLIC  LLAMA_SHARED)
@@ -21,10 +21,10 @@ index 630b2cd..0c225c5 100644
 +    endif()
  endif()
 diff --git a/tools/mtmd/CMakeLists.txt b/tools/mtmd/CMakeLists.txt
-index 2381012..9ab925b 100644
+index e7f3067..5a37e85 100644
 --- a/tools/mtmd/CMakeLists.txt
 +++ b/tools/mtmd/CMakeLists.txt
-@@ -35,6 +35,10 @@ set_target_properties(mtmd
+@@ -56,6 +56,10 @@ set_target_properties(mtmd
      PROPERTIES
      PUBLIC_HEADER "${MTMD_PUBLIC_HEADERS}")
  
index 0cf871418de69e1b8fbbb8be19c91fdb24c19f56..59901696ebdd22ec5405dfeccdc127c4deccd0b9 100755 (executable)
@@ -24,7 +24,7 @@ CMAKE_FLAGS = \
               -DLLAMA_BUILD_TOOLS=ON \
               -DLLAMA_BUILD_EXAMPLES=OFF \
               -DLLAMA_BUILD_TESTS=OFF \
-              -DLLAMA_BUILD_SERVER=OFF
+              -DLLAMA_BUILD_SERVER=ON
 
 # Use build/ for output, so that it is in the .gitignore of upstream
 %: