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

Commit 2531b0b

Browse files
committed
update: llama.cpp main branch
1 parent bf07a9d commit 2531b0b

File tree

8 files changed

+45
-34
lines changed

8 files changed

+45
-34
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.0.31",
3+
"version": "0.0.32",
44
"description": "",
55
"main": "index.js",
66
"type": "module",
@@ -18,9 +18,9 @@
1818
"langchain": "^0.0.56"
1919
},
2020
"dependencies": {
21-
"@llama-node/core": "0.0.31",
22-
"@llama-node/llama-cpp": "0.0.31",
23-
"@llama-node/rwkv-cpp": "0.0.31",
24-
"llama-node": "0.0.31"
21+
"@llama-node/core": "0.0.32",
22+
"@llama-node/llama-cpp": "0.0.32",
23+
"@llama-node/rwkv-cpp": "0.0.32",
24+
"llama-node": "0.0.32"
2525
}
2626
}

package.json

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "llama-node",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Node.js Library for Large Language Model LLaMA/RWKV",
5-
"keywords": ["llama", "rwkv", "vicuna", "gpt", "chatgpt", "gpt4all", "nlp", "large language model", "llm", "chat"],
5+
"keywords": [
6+
"llama",
7+
"rwkv",
8+
"vicuna",
9+
"gpt",
10+
"chatgpt",
11+
"gpt4all",
12+
"nlp",
13+
"large language model",
14+
"llm",
15+
"chat"
16+
],
617
"main": "dist/index.cjs",
718
"module": "dist/index.js",
819
"types": "dist/index.d.ts",
@@ -48,10 +59,10 @@
4859
"packageManager": "[email protected]",
4960
"homepage": "https://llama-node.vercel.app/",
5061
"devDependencies": {
51-
"@llama-node/cli": "0.0.31",
52-
"@llama-node/core": "0.0.31",
53-
"@llama-node/llama-cpp": "0.0.31",
54-
"@llama-node/rwkv-cpp": "0.0.31",
62+
"@llama-node/cli": "0.0.32",
63+
"@llama-node/core": "0.0.32",
64+
"@llama-node/llama-cpp": "0.0.32",
65+
"@llama-node/rwkv-cpp": "0.0.32",
5566
"@napi-rs/cli": "^2.15.2",
5667
"@tensorflow/tfjs-node": "^4.2.0",
5768
"@types/node": "^18.15.5",
@@ -69,17 +80,17 @@
6980
"vitest": "^0.30.1"
7081
},
7182
"dependencies": {
72-
"@llama-node/cli": "0.0.31"
83+
"@llama-node/cli": "0.0.32"
7384
},
7485
"optionalDependencies": {
75-
"@llama-node/core": "0.0.31",
76-
"@llama-node/llama-cpp": "0.0.31",
77-
"@llama-node/rwkv-cpp": "0.0.31"
86+
"@llama-node/core": "0.0.32",
87+
"@llama-node/llama-cpp": "0.0.32",
88+
"@llama-node/rwkv-cpp": "0.0.32"
7889
},
7990
"peerDependencies": {
80-
"@llama-node/cli": "0.0.31",
81-
"@llama-node/core": "0.0.31",
82-
"@llama-node/llama-cpp": "0.0.31",
83-
"@llama-node/rwkv-cpp": "0.0.31"
91+
"@llama-node/cli": "0.0.32",
92+
"@llama-node/core": "0.0.32",
93+
"@llama-node/llama-cpp": "0.0.32",
94+
"@llama-node/rwkv-cpp": "0.0.32"
8495
}
8596
}

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.0.31",
3+
"version": "0.0.32",
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.0.31",
15+
"@llama-node/core": "0.0.32",
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.0.31",
3+
"version": "0.0.32",
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.0.31",
3+
"version": "0.0.32",
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.0.31",
3+
"version": "0.0.32",
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)