Skip to content

Commit

Permalink
another readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed May 14, 2024
1 parent 3c5f513 commit f545e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mediapipe-task-genai/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ to your phone's file system and provide an on-disk location via the same paramet

```sh
$ adb push /path/on/computer/to/gemma-2b-it-gpu-int8.bin /path/on/phone/to/gemma-2b-it-gpu-int8.bin
$ flutter run -d <android_device_id> /path/on/phone/to/gemma-2b-it-gpu-int8.bin
$ flutter run -d <android_device_id> --dart-define=GEMMA_8B_GPU_URI=/path/on/phone/to/gemma-2b-it-gpu-int8.bin
```

This pattern is useful for local testing, but of course is less suitable for
Expand Down

0 comments on commit f545e29

Please sign in to comment.