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

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 committed May 12, 2023
1 parent d006995 commit 4347a9c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 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.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"type": "module",
Expand All @@ -19,9 +19,9 @@
"langchain": "^0.0.56"
},
"dependencies": {
"@llama-node/core": "0.1.0",
"@llama-node/llama-cpp": "0.1.0",
"@llama-node/rwkv-cpp": "0.1.0",
"llama-node": "0.1.0"
"@llama-node/core": "0.1.1",
"@llama-node/llama-cpp": "0.1.1",
"@llama-node/rwkv-cpp": "0.1.1",
"llama-node": "0.1.1"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llama-node",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node.js Library for Large Language Model LLaMA/RWKV",
"keywords": [
"llama",
Expand Down Expand Up @@ -59,10 +59,10 @@
"packageManager": "[email protected]",
"homepage": "https://llama-node.vercel.app/",
"devDependencies": {
"@llama-node/cli": "0.1.0",
"@llama-node/core": "0.1.0",
"@llama-node/llama-cpp": "0.1.0",
"@llama-node/rwkv-cpp": "0.1.0",
"@llama-node/cli": "0.1.1",
"@llama-node/core": "0.1.1",
"@llama-node/llama-cpp": "0.1.1",
"@llama-node/rwkv-cpp": "0.1.1",
"@napi-rs/cli": "^2.15.2",
"@tensorflow/tfjs-node": "^4.2.0",
"@types/node": "^18.15.5",
Expand All @@ -81,17 +81,17 @@
"vitest": "^0.30.1"
},
"dependencies": {
"@llama-node/cli": "0.1.0"
"@llama-node/cli": "0.1.1"
},
"optionalDependencies": {
"@llama-node/core": "0.1.0",
"@llama-node/llama-cpp": "0.1.0",
"@llama-node/rwkv-cpp": "0.1.0"
"@llama-node/core": "0.1.1",
"@llama-node/llama-cpp": "0.1.1",
"@llama-node/rwkv-cpp": "0.1.1"
},
"peerDependencies": {
"@llama-node/cli": "0.1.0",
"@llama-node/core": "0.1.0",
"@llama-node/llama-cpp": "0.1.0",
"@llama-node/rwkv-cpp": "0.1.0"
"@llama-node/cli": "0.1.1",
"@llama-node/core": "0.1.1",
"@llama-node/llama-cpp": "0.1.1",
"@llama-node/rwkv-cpp": "0.1.1"
}
}
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.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"type": "commonjs",
Expand All @@ -12,7 +12,7 @@
"test": "tsx src/index.ts"
},
"dependencies": {
"@llama-node/core": "0.1.0",
"@llama-node/core": "0.1.1",
"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.1.0",
"version": "0.1.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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 4347a9c

Please sign in to comment.