You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently host a few example apps demonstrating use cases of our library:
101
96
102
-
- apps/llm - chat application showcasing use of LLMs
103
-
- apps/speech-to-text - Whisper and Moonshine models ready for transcription tasks
104
-
- apps/computer-vision - computer vision related tasks
105
-
- apps/text-embeddings - computing text representations for semantic search
97
+
-`apps/llm` - chat application showcasing use of LLMs
98
+
-`apps/speech-to-text` - Whisper and Moonshine models ready for transcription tasks
99
+
-`apps/computer-vision` - computer vision related tasks
100
+
-`apps/text-embeddings` - computing text representations for semantic search
106
101
107
102
If you would like to run it, navigate to it's project directory, for example `apps/llm` from the repository root and install dependencies with:
108
103
@@ -130,7 +125,7 @@ or iOS:
130
125
yarn expo run:ios
131
126
```
132
127
133
-
### Warning
128
+
### Warning ⚠️
134
129
135
130
Running LLMs requires a significant amount of RAM. If you are encountering unexpected app crashes, try to increase the amount of RAM allocated to the emulator.
0 commit comments