Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/demo-apps/react-native/rnllama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A React Native mobile application for running LLaMA language models using ExecuT

## Prerequisites

- Node.js & npm
- Node.js & yarn
- Xcode

## Installation
Expand All @@ -32,7 +32,7 @@ A React Native mobile application for running LLaMA language models using ExecuT

6. Navigate to the example: `cd examples/demo-apps/react-native/rnllama`

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

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

Expand Down
Loading
Loading