]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : use local ggml in Android build (#2567)
authorGeorgi Gerganov <redacted>
Sat, 16 Nov 2024 18:45:41 +0000 (20:45 +0200)
committerGitHub <redacted>
Sat, 16 Nov 2024 18:45:41 +0000 (20:45 +0200)
.github/workflows/build.yml

index e9fe767302e102123a04e77061325504ca66ad80..8f741b97091c84730a84b9b557d0cc2180f5bed6 100644 (file)
@@ -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:
@@ -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: