mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
snapdragon: bump toolchain docker to v0.7 to fix ui build issues (#23680)
This commit is contained in:
parent
302e2c2652
commit
4bead4e30d
@ -31,7 +31,7 @@ jobs:
|
|||||||
android-ndk-snapdragon:
|
android-ndk-snapdragon:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.6'
|
image: 'ghcr.io/snapdragon-toolchain/arm64-android:v0.7'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
linux-iot-snapdragon:
|
linux-iot-snapdragon:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.6'
|
image: 'ghcr.io/snapdragon-toolchain/arm64-linux:v0.7'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@ -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.
|
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
|
[d]/> cd /workspace
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user