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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Versions are pinned in [`package.json`](package.json); the highlights:
| UI | React Native Paper `5.14.5`, React Navigation |
| State | MobX `6` (`mobx`, `mobx-react`, `mobx-persist-store`) |
| Persistence | WatermelonDB (chat history), AsyncStorage (settings), Keychain (secrets) |
| LLM | `llama.rn` `0.13.0-rc.1` → llama.cpp · GGUF |
| LLM | `llama.rn` `0.13.0-rc.3` → llama.cpp b10829 · GGUF |
| TTS | `react-native-speech` `2.3.1` + `onnxruntime-react-native` `1.23.2` · ONNX |
| Tooling | Yarn 1 (Classic), ESLint, Prettier, Jest, Husky + Commitlint |

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PODS:
- hermes-engine (0.82.1):
- hermes-engine/Pre-built (= 0.82.1)
- hermes-engine/Pre-built (0.82.1)
- llama-rn (0.13.0-rc.1):
- llama-rn (0.13.0-rc.3):
- boost
- DoubleConversion
- fast_float
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"expr-eval": "^2.0.2",
"llama.rn": "0.13.0-rc.1",
"llama.rn": "0.13.0-rc.3",
"marked": "^16.4.0",
"mobx": "^6.15.0",
"mobx-persist-store": "^1.1.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6520,10 +6520,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

llama.rn@0.13.0-rc.1:
version "0.13.0-rc.1"
resolved "https://registry.yarnpkg.com/llama.rn/-/llama.rn-0.13.0-rc.1.tgz#624923ea7dcca50aa2e2905db45def0f2ecfe951"
integrity sha512-sXpw1b6jUns6HhFUlQiaTY1hFvN/vKTWn+lKI0isz8YuY1BupqmKY7XTi2EWShpQ9sLm9F2g76Lzddk+F/+d3g==
llama.rn@0.13.0-rc.3:
version "0.13.0-rc.3"
resolved "https://registry.yarnpkg.com/llama.rn/-/llama.rn-0.13.0-rc.3.tgz#ec382df987b480d03e65a8433a806455289a940b"
integrity sha512-pf3ckONVjPGo4wwbjZrYqrX89ZaW1b4Ul1SrZkq1yU/Y4ZOaPHKMv7qGXax+F0uHNJvxNh8jz0hicrmIJ07PBg==

locate-path@^5.0.0:
version "5.0.0"
Expand Down
Loading