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

Commit

Permalink
update: llama.cpp main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 committed Apr 28, 2023
1 parent bf07a9d commit 2531b0b
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 34 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-node/examples",
"version": "0.0.31",
"version": "0.0.32",
"description": "",
"main": "index.js",
"type": "module",
Expand All @@ -18,9 +18,9 @@
"langchain": "^0.0.56"
},
"dependencies": {
"@llama-node/core": "0.0.31",
"@llama-node/llama-cpp": "0.0.31",
"@llama-node/rwkv-cpp": "0.0.31",
"llama-node": "0.0.31"
"@llama-node/core": "0.0.32",
"@llama-node/llama-cpp": "0.0.32",
"@llama-node/rwkv-cpp": "0.0.32",
"llama-node": "0.0.32"
}
}
39 changes: 25 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "llama-node",
"version": "0.0.31",
"version": "0.0.32",
"description": "Node.js Library for Large Language Model LLaMA/RWKV",
"keywords": ["llama", "rwkv", "vicuna", "gpt", "chatgpt", "gpt4all", "nlp", "large language model", "llm", "chat"],
"keywords": [
"llama",
"rwkv",
"vicuna",
"gpt",
"chatgpt",
"gpt4all",
"nlp",
"large language model",
"llm",
"chat"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,10 +59,10 @@
"packageManager": "[email protected]",
"homepage": "https://llama-node.vercel.app/",
"devDependencies": {
"@llama-node/cli": "0.0.31",
"@llama-node/core": "0.0.31",
"@llama-node/llama-cpp": "0.0.31",
"@llama-node/rwkv-cpp": "0.0.31",
"@llama-node/cli": "0.0.32",
"@llama-node/core": "0.0.32",
"@llama-node/llama-cpp": "0.0.32",
"@llama-node/rwkv-cpp": "0.0.32",
"@napi-rs/cli": "^2.15.2",
"@tensorflow/tfjs-node": "^4.2.0",
"@types/node": "^18.15.5",
Expand All @@ -69,17 +80,17 @@
"vitest": "^0.30.1"
},
"dependencies": {
"@llama-node/cli": "0.0.31"
"@llama-node/cli": "0.0.32"
},
"optionalDependencies": {
"@llama-node/core": "0.0.31",
"@llama-node/llama-cpp": "0.0.31",
"@llama-node/rwkv-cpp": "0.0.31"
"@llama-node/core": "0.0.32",
"@llama-node/llama-cpp": "0.0.32",
"@llama-node/rwkv-cpp": "0.0.32"
},
"peerDependencies": {
"@llama-node/cli": "0.0.31",
"@llama-node/core": "0.0.31",
"@llama-node/llama-cpp": "0.0.31",
"@llama-node/rwkv-cpp": "0.0.31"
"@llama-node/cli": "0.0.32",
"@llama-node/core": "0.0.32",
"@llama-node/llama-cpp": "0.0.32",
"@llama-node/rwkv-cpp": "0.0.32"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-node/cli",
"version": "0.0.31",
"version": "0.0.32",
"description": "",
"main": "index.js",
"type": "commonjs",
Expand All @@ -12,7 +12,7 @@
"test": "tsx src/index.ts"
},
"dependencies": {
"@llama-node/core": "0.0.31",
"@llama-node/core": "0.0.32",
"yargs": "^17.7.1"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-node/core",
"version": "0.0.31",
"version": "0.0.32",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp/llama-sys/llama.cpp
2 changes: 1 addition & 1 deletion packages/llama-cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-node/llama-cpp",
"version": "0.0.31",
"version": "0.0.32",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rwkv-cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llama-node/rwkv-cpp",
"version": "0.0.31",
"version": "0.0.32",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2531b0b

Please sign in to comment.