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 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.12.0-rc.9):
- llama-rn (0.12.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -3720,7 +3720,7 @@ SPEC CHECKSUMS:
GTMAppAuth: 217a876b249c3c585a54fd6f73e6b58c4f5c4238
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
llama-rn: 3abe0ea5bfd118e3cb7b0d70f01c6b206ce230bf
llama-rn: 06746f8446934552120be0c0c30286f425181b0c
onnxruntime-c: 4a1a1a81da2087869dc9b6357f182952db2df29c
onnxruntime-react-native: 4451eff6b1aa60589186c6a8422d436fba6a9192
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"chat-formatter": "^0.3.4",
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"llama.rn": "0.12.0-rc.9",
"llama.rn": "0.12.0",
"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 @@ -6515,10 +6515,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.12.0-rc.9:
version "0.12.0-rc.9"
resolved "https://registry.yarnpkg.com/llama.rn/-/llama.rn-0.12.0-rc.9.tgz#1f90a1a0bebc0c07ed39032cfa93ff4c6a69e571"
integrity sha512-6qmo0sOGs7mk7stAGPtQ13R002yV2sYWR5z0YmUNlBUWVeOVeSXfsG2CTAfbyEr6fjXhFNgZVPYEt0Hd7Yd27A==
llama.rn@0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/llama.rn/-/llama.rn-0.12.0.tgz#115e0de1769e93c023ade4a6387e6ceea3bd7882"
integrity sha512-RDcY1wVxARBblNmYUncAfSrKnyPtCVwZFtERhyL9oZBcZshMK+p2/yjNYHvnU6UEokTlHUFFqGp+3CUcUJpVtQ==

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