Skip to content

Commit

Permalink
Update docs/genai/tutorials/phi3-android.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Schoenmeyer <[email protected]>
  • Loading branch information
fionabos and sophies927 authored Aug 6, 2024
1 parent 88fdf81 commit 3dc96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/tutorials/phi3-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (urlFilePairs.isEmpty()) {
```

### Status while model is downloading
Downloading the packages for the app on your mobile device takes ~10-15 minutes depending on which device you are using. The progress bar indicates what percent of the downloads are completed.
Downloading the packages for the app on your mobile device takes ~10-15 minutes (depending on which device you are using). The progress bar indicates what percent of the downloads are completed.
```java
public void onProgress(long lastBytesRead, long bytesRead, long bytesTotal) {
long lastPctDone = 100 * lastBytesRead / bytesTotal;
Expand Down

0 comments on commit 3dc96a5

Please sign in to comment.