From b3162ac7d53a8ed90dbe6b4be07056eeb4fb74c1 Mon Sep 17 00:00:00 2001
From: Ashley <89722390+imtuyethan@users.noreply.github.com>
Date: Fri, 3 Nov 2023 16:10:40 +0700
Subject: [PATCH 1/4] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 2b65f2bde..59c1d5826 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Jan - Run your own AI
+# Jan - Personal AI
-
+
@@ -18,7 +18,7 @@
> ⚠️ **Jan is currently in Development**: Expect breaking changes and bugs!
-Jan runs Large Language Models and AIs on your own Windows, Mac or Linux computer. Jan can be run as a desktop app, or as a cloud-native deployment.
+Jan is a powerful Personal AI built to run locally on your machine, with a rich app and plugin ecosystem.
Jan is free and open source, under the GPLv3 license.
From cc4902c5b53d383e9b81b7585f706cca80017055 Mon Sep 17 00:00:00 2001
From: Ashley <89722390+imtuyethan@users.noreply.github.com>
Date: Fri, 3 Nov 2023 18:04:22 +0700
Subject: [PATCH 2/4] Update README.md
- Update banner
- Replace the old demo image with a recording of Jan 0.3.0
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 59c1d5826..f483ecc78 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Jan - Personal AI
-
+
@@ -35,10 +35,11 @@ Jan is free and open source, under the GPLv3 license.
## Demo
-
+
-_Screenshot: Jan v0.1.3 on Mac M1 Pro, 16GB Sonoma_
+_Video: Jan v0.3.0 on Mac Air M2, 16GB Ventura_
## Quicklinks
From 4eb5ecdbb473827d91822c48cff130041a7a508a Mon Sep 17 00:00:00 2001
From: hiento09 <136591877+hiento09@users.noreply.github.com>
Date: Fri, 3 Nov 2023 18:11:19 +0700
Subject: [PATCH 3/4] Bump nitro version to 0.1.4 (#532)
* Bump nitro version to 0.1.4
* Add chmod for linux-start.sh file
---------
Co-authored-by: Service Account
---
plugins/inference-plugin/nitro/version.txt | 2 +-
plugins/inference-plugin/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/inference-plugin/nitro/version.txt b/plugins/inference-plugin/nitro/version.txt
index 7693c96bf..446ba66e7 100644
--- a/plugins/inference-plugin/nitro/version.txt
+++ b/plugins/inference-plugin/nitro/version.txt
@@ -1 +1 @@
-0.1.3
\ No newline at end of file
+0.1.4
\ No newline at end of file
diff --git a/plugins/inference-plugin/package.json b/plugins/inference-plugin/package.json
index b53858547..558029e64 100644
--- a/plugins/inference-plugin/package.json
+++ b/plugins/inference-plugin/package.json
@@ -14,8 +14,8 @@
],
"scripts": {
"build": "tsc -b . && webpack --config webpack.config.js",
- "downloadnitro:linux-cpu": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-linux-amd64.zip -e --strip 1 -o ./nitro/linux-cpu && chmod +x ./nitro/linux-cpu/nitro",
- "downloadnitro:linux-cuda": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-linux-amd64-cuda.zip -e --strip 1 -o ./nitro/linux-cuda && chmod +x ./nitro/linux-cuda/nitro",
+ "downloadnitro:linux-cpu": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-linux-amd64.zip -e --strip 1 -o ./nitro/linux-cpu && chmod +x ./nitro/linux-cpu/nitro && chmod +x ./nitro/linux-start.sh ",
+ "downloadnitro:linux-cuda": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-linux-amd64-cuda.zip -e --strip 1 -o ./nitro/linux-cuda && chmod +x ./nitro/linux-cuda/nitro && chmod +x ./nitro/linux-start.sh",
"downloadnitro:mac-arm64": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-mac-arm64.zip -e --strip 1 -o ./nitro/mac-arm64 && chmod +x ./nitro/mac-arm64/nitro",
"downloadnitro:mac-x64": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-mac-amd64.zip -e --strip 1 -o ./nitro/mac-x64 && chmod +x ./nitro/mac-x64/nitro",
"downloadnitro:win-cpu": "NITRO_VERSION=$(cat ./nitro/version.txt) && download https://github.com/janhq/nitro/releases/download/v${NITRO_VERSION}/nitro-${NITRO_VERSION}-win-amd64.zip -e --strip 1 -o ./nitro/win-cpu",
From b495dabf88ee869cc305a80c7c6dc175ba3e1665 Mon Sep 17 00:00:00 2001
From: Service Account
Date: Fri, 3 Nov 2023 11:13:18 +0000
Subject: [PATCH 4/4] janhq/jan: Update tag build 1.0.21 for inference-plugin
---
plugins/inference-plugin/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/inference-plugin/package.json b/plugins/inference-plugin/package.json
index 558029e64..f45634b68 100644
--- a/plugins/inference-plugin/package.json
+++ b/plugins/inference-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@janhq/inference-plugin",
- "version": "1.0.20",
+ "version": "1.0.21",
"description": "Inference Plugin, powered by @janhq/nitro, bring a high-performance Llama model inference in pure C++.",
"icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/command-line.svg",
"main": "dist/index.js",