Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed May 14, 2024
1 parent 55cbb39 commit 58840e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/android-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
java-version: '11'
distribution: 'temurin'

# ********* remove after release *************
- name: Build binding
run: ./gradlew assembleRelease
working-directory: binding/android/PicoLLM
# ********* remove after release *************

- name: Build
run: ./gradlew assembleDebug
Expand All @@ -55,9 +57,11 @@ jobs:
java-version: '11'
distribution: 'temurin'

# ********* remove after release *************
- name: Build binding
run: ./gradlew assembleRelease
working-directory: binding/android/PicoLLM
# ********* remove after release *************

- name: Build
run: ./gradlew assembleDebug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Using Android Studio, open the [Completion demo](demo/android/Completion/) as an

To learn about how to use picoLLM in a chat application, try out the [Chat demo](demo/android/Chat/).

For more information about Android demos go to [demo/python](demo/android/README.md).
For more information about Android demos go to [demo/android](demo/android/README.md).

### iOS Demos

Expand Down

0 comments on commit 58840e0

Please sign in to comment.