Skip to content

Commit 4bead4e

Browse files
snapdragon: bump toolchain docker to v0.7 to fix ui build issues (ggml-org#23680)
1 parent 302e2c2 commit 4bead4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test-snapdragon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
android-ndk-snapdragon:
3232
runs-on: ubuntu-latest
3333
container:
34-
image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.6'
34+
image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.7'
3535
defaults:
3636
run:
3737
shell: bash
@@ -61,7 +61,7 @@ jobs:
6161
linux-iot-snapdragon:
6262
runs-on: ubuntu-latest
6363
container:
64-
image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.6'
64+
image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.7'
6565
defaults:
6666
run:
6767
shell: bash

docs/backend/snapdragon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This image includes Android NDK, OpenCL SDK, Hexagon SDK, CMake, etc.
1010
This method works on Linux, macOS, and Windows. macOS and Windows users should install Docker Desktop.
1111

1212
```
13-
~/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
13+
~/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
1414
[d]/> cd /workspace
1515
```
1616

0 commit comments

Comments
 (0)