]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
snapdragon: bump toolchain docker to v0.7 to fix ui build issues (#23680)
authorMax Krasnyansky <redacted>
Mon, 25 May 2026 17:57:43 +0000 (10:57 -0700)
committerGitHub <redacted>
Mon, 25 May 2026 17:57:43 +0000 (10:57 -0700)
.github/workflows/build-and-test-snapdragon.yml
docs/backend/snapdragon/README.md

index 84613b4c8301d5e347dbb6db67f6302312c6372a..3e857d48e39feb099bbeac2aa35d13cbd4ed813b 100644 (file)
@@ -31,7 +31,7 @@ jobs:
   android-ndk-snapdragon:
     runs-on: ubuntu-latest
     container:
-      image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.6'
+      image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.7'
     defaults:
       run:
         shell: bash
@@ -61,7 +61,7 @@ jobs:
   linux-iot-snapdragon:
     runs-on: ubuntu-latest
     container:
-      image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.6'
+      image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.7'
     defaults:
       run:
         shell: bash
index a90f7da303eaf6f90a03a4044cddf5c6f4928f9b..e9f0e215858c05c5697cac7496937389b76476bc 100644 (file)
@@ -10,7 +10,7 @@ This image includes Android NDK, OpenCL SDK, Hexagon SDK, CMake, etc.
 This method works on Linux, macOS, and Windows. macOS and Windows users should install Docker Desktop.
 
 ```
-~/src/llama.cpp$ docker run -it -u $(id -u):$(id -g) --volume $(pwd):/workspace --platform linux/amd64 ghcr.io/snapdragon-toolchain/arm64-android:v0.6
+~/src/llama.cpp$ docker run -it -u $(id -u):$(id -g) --volume $(pwd):/workspace --platform linux/amd64 ghcr.io/snapdragon-toolchain/arm64-android:v0.7
 [d]/> cd /workspace
 ```