Skip to content

Commit f7aec5d

Browse files
committed
fix: update readme instruction to drop the need to run the js bundler to run the app
1 parent 72ed21b commit f7aec5d

File tree

1 file changed

+1
-1
lines changed
  • examples/demo-apps/react-native/rnllama

1 file changed

+1
-1
lines changed

examples/demo-apps/react-native/rnllama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A React Native mobile application for running LLaMA language models using ExecuT
3434

3535
7. Install dependencies: `npm install && cd ios && pod install && cd ..`
3636

37-
8. Run the app: `npx expo run:ios --device` and select a USB connected iOS device
37+
8. Run the app: `npx expo run:ios --device --configuration Release` and select a USB connected iOS device
3838

3939
9. Find the device in finder, and place the exported `.pte` model and the downloaded tokenizer under the app
4040

0 commit comments

Comments
 (0)