Skip to content

Commit

Permalink
ci : use local ggml in Android build (ggerganov#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Nov 16, 2024
1 parent bb12cd9 commit 01d3bd7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,12 +564,6 @@ jobs:
with:
path: whisper

- name: Clone
uses: actions/checkout@v4
with:
repository: ggerganov/ggml
path: ggml

- name: Install Java
uses: actions/setup-java@v4
with:
Expand All @@ -588,7 +582,7 @@ jobs:
run: |
export PATH_TO_GGML=$PWD/ggml
cd whisper/examples/whisper.android
./gradlew assembleRelease --no-daemon -PGGML_HOME=$PATH_TO_GGML
./gradlew assembleRelease --no-daemon
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
# android_java:
Expand Down

0 comments on commit 01d3bd7

Please sign in to comment.