Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 4347a9c

Browse files
committed
release: v0.1.1
1 parent d006995 commit 4347a9c

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/examples",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "index.js",
66
"type": "module",
@@ -19,9 +19,9 @@
1919
"langchain": "^0.0.56"
2020
},
2121
"dependencies": {
22-
"@llama-node/core": "0.1.0",
23-
"@llama-node/llama-cpp": "0.1.0",
24-
"@llama-node/rwkv-cpp": "0.1.0",
25-
"llama-node": "0.1.0"
22+
"@llama-node/core": "0.1.1",
23+
"@llama-node/llama-cpp": "0.1.1",
24+
"@llama-node/rwkv-cpp": "0.1.1",
25+
"llama-node": "0.1.1"
2626
}
2727
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-node",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Node.js Library for Large Language Model LLaMA/RWKV",
55
"keywords": [
66
"llama",
@@ -59,10 +59,10 @@
5959
"packageManager": "[email protected]",
6060
"homepage": "https://llama-node.vercel.app/",
6161
"devDependencies": {
62-
"@llama-node/cli": "0.1.0",
63-
"@llama-node/core": "0.1.0",
64-
"@llama-node/llama-cpp": "0.1.0",
65-
"@llama-node/rwkv-cpp": "0.1.0",
62+
"@llama-node/cli": "0.1.1",
63+
"@llama-node/core": "0.1.1",
64+
"@llama-node/llama-cpp": "0.1.1",
65+
"@llama-node/rwkv-cpp": "0.1.1",
6666
"@napi-rs/cli": "^2.15.2",
6767
"@tensorflow/tfjs-node": "^4.2.0",
6868
"@types/node": "^18.15.5",
@@ -81,17 +81,17 @@
8181
"vitest": "^0.30.1"
8282
},
8383
"dependencies": {
84-
"@llama-node/cli": "0.1.0"
84+
"@llama-node/cli": "0.1.1"
8585
},
8686
"optionalDependencies": {
87-
"@llama-node/core": "0.1.0",
88-
"@llama-node/llama-cpp": "0.1.0",
89-
"@llama-node/rwkv-cpp": "0.1.0"
87+
"@llama-node/core": "0.1.1",
88+
"@llama-node/llama-cpp": "0.1.1",
89+
"@llama-node/rwkv-cpp": "0.1.1"
9090
},
9191
"peerDependencies": {
92-
"@llama-node/cli": "0.1.0",
93-
"@llama-node/core": "0.1.0",
94-
"@llama-node/llama-cpp": "0.1.0",
95-
"@llama-node/rwkv-cpp": "0.1.0"
92+
"@llama-node/cli": "0.1.1",
93+
"@llama-node/core": "0.1.1",
94+
"@llama-node/llama-cpp": "0.1.1",
95+
"@llama-node/rwkv-cpp": "0.1.1"
9696
}
9797
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "index.js",
66
"type": "commonjs",
@@ -12,7 +12,7 @@
1212
"test": "tsx src/index.ts"
1313
},
1414
"dependencies": {
15-
"@llama-node/core": "0.1.0",
15+
"@llama-node/core": "0.1.1",
1616
"yargs": "^17.7.1"
1717
},
1818
"author": "",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

packages/llama-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/llama-cpp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

packages/rwkv-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/rwkv-cpp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)