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

Commit d9ff9bd

Browse files
committed
release: v0.0.37
1 parent c3005dc commit d9ff9bd

File tree

8 files changed

+35
-33
lines changed

8 files changed

+35
-33
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.36",
3+
"version": "0.0.37",
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.36",
22-
"@llama-node/llama-cpp": "0.0.36",
23-
"@llama-node/rwkv-cpp": "0.0.36",
24-
"llama-node": "0.0.36"
21+
"@llama-node/core": "0.0.37",
22+
"@llama-node/llama-cpp": "0.0.37",
23+
"@llama-node/rwkv-cpp": "0.0.37",
24+
"llama-node": "0.0.37"
2525
}
2626
}

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.0.36",
3+
"version": "0.0.37",
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.0.36",
63-
"@llama-node/core": "0.0.36",
64-
"@llama-node/llama-cpp": "0.0.36",
65-
"@llama-node/rwkv-cpp": "0.0.36",
62+
"@llama-node/cli": "0.0.37",
63+
"@llama-node/core": "0.0.37",
64+
"@llama-node/llama-cpp": "0.0.37",
65+
"@llama-node/rwkv-cpp": "0.0.37",
6666
"@napi-rs/cli": "^2.15.2",
6767
"@tensorflow/tfjs-node": "^4.2.0",
6868
"@types/node": "^18.15.5",
@@ -80,17 +80,17 @@
8080
"vitest": "^0.30.1"
8181
},
8282
"dependencies": {
83-
"@llama-node/cli": "0.0.36"
83+
"@llama-node/cli": "0.0.37"
8484
},
8585
"optionalDependencies": {
86-
"@llama-node/core": "0.0.36",
87-
"@llama-node/llama-cpp": "0.0.36",
88-
"@llama-node/rwkv-cpp": "0.0.36"
86+
"@llama-node/core": "0.0.37",
87+
"@llama-node/llama-cpp": "0.0.37",
88+
"@llama-node/rwkv-cpp": "0.0.37"
8989
},
9090
"peerDependencies": {
91-
"@llama-node/cli": "0.0.36",
92-
"@llama-node/core": "0.0.36",
93-
"@llama-node/llama-cpp": "0.0.36",
94-
"@llama-node/rwkv-cpp": "0.0.36"
91+
"@llama-node/cli": "0.0.37",
92+
"@llama-node/core": "0.0.37",
93+
"@llama-node/llama-cpp": "0.0.37",
94+
"@llama-node/rwkv-cpp": "0.0.37"
9595
}
9696
}

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

scripts/artifacts.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ const moveForPackages = async (packageName: string) => {
5252
);
5353

5454
const sourceBinaries = await glob(
55-
`${process.cwd()}/tmp/artifacts/**/${packageName}/**/*.node`
55+
`${process.cwd()}/tmp/artifacts/*/${packageName}/**/*.node`
5656
);
5757

5858
execSync(`rimraf ${targetBinaryDir}`);
5959
execSync(`mkdir ${targetBinaryDir}`);
6060

6161
sourceBinaries.forEach((file) => {
6262
execSync(`cp ${file} ${targetBinaryDir}`);
63+
const fileName = path.basename(file);
64+
console.log(`Copied ${fileName} to ${targetBinaryDir}`);
6365
});
6466
};
6567

0 commit comments

Comments
 (0)