Skip to content

Commit 70b211e

Browse files
committed
fix: add a version resolution for cookie and use yarn
1 parent 63238ab commit 70b211e

File tree

4 files changed

+7473
-13815
lines changed

4 files changed

+7473
-13815
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A React Native mobile application for running LLaMA language models using ExecuT
1515

1616
## Prerequisites
1717

18-
- Node.js & npm
18+
- Node.js & yarn
1919
- Xcode
2020

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

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

35-
7. Install dependencies: `npm install && cd ios && pod install && cd ..`
35+
7. Install dependencies: `yarn && cd ios && pod install && cd ..`
3636

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

0 commit comments

Comments
 (0)