Spaces:
Running
Running
ci : use local ggml in Android build (#2567)
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -564,12 +564,6 @@ jobs:
|
|
| 564 |
with:
|
| 565 |
path: whisper
|
| 566 |
|
| 567 |
-
- name: Clone
|
| 568 |
-
uses: actions/checkout@v4
|
| 569 |
-
with:
|
| 570 |
-
repository: ggerganov/ggml
|
| 571 |
-
path: ggml
|
| 572 |
-
|
| 573 |
- name: Install Java
|
| 574 |
uses: actions/setup-java@v4
|
| 575 |
with:
|
|
@@ -588,7 +582,7 @@ jobs:
|
|
| 588 |
run: |
|
| 589 |
export PATH_TO_GGML=$PWD/ggml
|
| 590 |
cd whisper/examples/whisper.android
|
| 591 |
-
./gradlew assembleRelease --no-daemon
|
| 592 |
|
| 593 |
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
|
| 594 |
# android_java:
|
|
|
|
| 564 |
with:
|
| 565 |
path: whisper
|
| 566 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 567 |
- name: Install Java
|
| 568 |
uses: actions/setup-java@v4
|
| 569 |
with:
|
|
|
|
| 582 |
run: |
|
| 583 |
export PATH_TO_GGML=$PWD/ggml
|
| 584 |
cd whisper/examples/whisper.android
|
| 585 |
+
./gradlew assembleRelease --no-daemon
|
| 586 |
|
| 587 |
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
|
| 588 |
# android_java:
|