From 694ea13f96844f456f607aef2878c3cab3dfba5e Mon Sep 17 00:00:00 2001 From: Vali98 Date: Tue, 27 Aug 2024 18:22:18 +0800 Subject: [PATCH] chore: update cui-llama.rn for minitron 4b-width support --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37c28e7..6b94b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@shopify/flash-list": "1.6.4", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625", - "cui-llama.rn": "^1.1.1", + "cui-llama.rn": "^1.1.2", "drizzle-orm": "^0.30.10", "eas-cli": "^9.1.0", "expo": "~51.0.28", @@ -14782,9 +14782,9 @@ "license": "MIT" }, "node_modules/cui-llama.rn": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/cui-llama.rn/-/cui-llama.rn-1.1.1.tgz", - "integrity": "sha512-P3q8ZJRybkMuXKJv8knVU8UVyk+7YQQxveUjms+duiuj0NP0JdkT27xMgw4phGGszQsFxmBGhY3xAyZBmZ2jBw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/cui-llama.rn/-/cui-llama.rn-1.1.2.tgz", + "integrity": "sha512-NtdkIQbKPFzbfeWvT4Ml2RRoJ3NZ9OYHwAL9qXgDBiSW8bftocd+sqeVzlc2GTxOuyWdLWyfAYMUKW8jHbo00Q==", "license": "MIT", "engines": { "node": ">= 16.0.0" diff --git a/package.json b/package.json index 61845a0..8a6541b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@shopify/flash-list": "1.6.4", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625", - "cui-llama.rn": "^1.1.1", + "cui-llama.rn": "^1.1.2", "drizzle-orm": "^0.30.10", "eas-cli": "^9.1.0", "expo": "~51.0.28",