node-llama-cpp 3.0.0-beta.45 → 3.0.0-beta.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bindings/Llama.d.ts +3 -1
- package/dist/bindings/Llama.js +8 -4
- package/dist/bindings/Llama.js.map +1 -1
- package/dist/bindings/getLlama.d.ts +10 -2
- package/dist/bindings/getLlama.js.map +1 -1
- package/dist/cli/utils/printCommonInfoLines.js +4 -4
- package/dist/cli/utils/printCommonInfoLines.js.map +1 -1
- package/dist/evaluator/LlamaChatSession/utils/defineChatSessionFunction.d.ts +4 -2
- package/dist/evaluator/LlamaChatSession/utils/defineChatSessionFunction.js +2 -0
- package/dist/evaluator/LlamaChatSession/utils/defineChatSessionFunction.js.map +1 -1
- package/dist/evaluator/LlamaContext/LlamaContext.js +9 -4
- package/dist/evaluator/LlamaContext/LlamaContext.js.map +1 -1
- package/dist/evaluator/LlamaContext/types.d.ts +8 -2
- package/dist/utils/ThreadsSplitter.d.ts +7 -1
- package/dist/utils/ThreadsSplitter.js +17 -4
- package/dist/utils/ThreadsSplitter.js.map +1 -1
- package/llama/binariesGithubRelease.json +1 -1
- package/llama/gitRelease.bundle +0 -0
- package/llama/llama.cpp.info.json +1 -1
- package/package.json +17 -17
- package/templates/packed/electron-typescript-react.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-llama-cpp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.46",
|
|
4
4
|
"description": "Run AI models locally on your machine with node.js bindings for llama.cpp. Force a JSON schema on the model output on the generation level",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@resvg/resvg-js": "^2.6.2",
|
|
133
133
|
"@semantic-release/exec": "^6.0.3",
|
|
134
134
|
"@semantic-release/npm": "12.0.1",
|
|
135
|
-
"@shikijs/vitepress-twoslash": "^1.
|
|
135
|
+
"@shikijs/vitepress-twoslash": "^1.18.0",
|
|
136
136
|
"@types/async-retry": "^1.4.8",
|
|
137
137
|
"@types/bytes": "^3.1.4",
|
|
138
138
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
"tslib": "^2.7.0",
|
|
161
161
|
"typedoc": "^0.26.7",
|
|
162
162
|
"typedoc-plugin-markdown": "^4.2.7",
|
|
163
|
-
"typedoc-plugin-mdn-links": "^3.
|
|
163
|
+
"typedoc-plugin-mdn-links": "^3.3.0",
|
|
164
164
|
"typedoc-vitepress-theme": "^1.0.1",
|
|
165
165
|
"typescript": "^5.6.2",
|
|
166
166
|
"vite-node": "^2.1.1",
|
|
167
|
-
"vitepress": "
|
|
167
|
+
"vitepress": "1.3.4",
|
|
168
168
|
"vitest": "^2.1.1",
|
|
169
|
-
"zx": "^8.1.
|
|
169
|
+
"zx": "^8.1.8"
|
|
170
170
|
},
|
|
171
171
|
"dependencies": {
|
|
172
172
|
"@huggingface/jinja": "^0.3.1",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"pretty-ms": "^9.1.0",
|
|
193
193
|
"proper-lockfile": "^4.1.2",
|
|
194
194
|
"semver": "^7.6.3",
|
|
195
|
-
"simple-git": "^3.
|
|
195
|
+
"simple-git": "^3.27.0",
|
|
196
196
|
"slice-ansi": "^7.1.0",
|
|
197
197
|
"stdout-update": "^4.0.1",
|
|
198
198
|
"strip-ansi": "^7.1.0",
|
|
@@ -209,16 +209,16 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"optionalDependencies": {
|
|
212
|
-
"@node-llama-cpp/linux-arm64": "3.0.0-beta.
|
|
213
|
-
"@node-llama-cpp/linux-armv7l": "3.0.0-beta.
|
|
214
|
-
"@node-llama-cpp/linux-x64": "3.0.0-beta.
|
|
215
|
-
"@node-llama-cpp/linux-x64-cuda": "3.0.0-beta.
|
|
216
|
-
"@node-llama-cpp/linux-x64-vulkan": "3.0.0-beta.
|
|
217
|
-
"@node-llama-cpp/mac-arm64-metal": "3.0.0-beta.
|
|
218
|
-
"@node-llama-cpp/mac-x64": "3.0.0-beta.
|
|
219
|
-
"@node-llama-cpp/win-arm64": "3.0.0-beta.
|
|
220
|
-
"@node-llama-cpp/win-x64": "3.0.0-beta.
|
|
221
|
-
"@node-llama-cpp/win-x64-cuda": "3.0.0-beta.
|
|
222
|
-
"@node-llama-cpp/win-x64-vulkan": "3.0.0-beta.
|
|
212
|
+
"@node-llama-cpp/linux-arm64": "3.0.0-beta.46",
|
|
213
|
+
"@node-llama-cpp/linux-armv7l": "3.0.0-beta.46",
|
|
214
|
+
"@node-llama-cpp/linux-x64": "3.0.0-beta.46",
|
|
215
|
+
"@node-llama-cpp/linux-x64-cuda": "3.0.0-beta.46",
|
|
216
|
+
"@node-llama-cpp/linux-x64-vulkan": "3.0.0-beta.46",
|
|
217
|
+
"@node-llama-cpp/mac-arm64-metal": "3.0.0-beta.46",
|
|
218
|
+
"@node-llama-cpp/mac-x64": "3.0.0-beta.46",
|
|
219
|
+
"@node-llama-cpp/win-arm64": "3.0.0-beta.46",
|
|
220
|
+
"@node-llama-cpp/win-x64": "3.0.0-beta.46",
|
|
221
|
+
"@node-llama-cpp/win-x64-cuda": "3.0.0-beta.46",
|
|
222
|
+
"@node-llama-cpp/win-x64-vulkan": "3.0.0-beta.46"
|
|
223
223
|
}
|
|
224
224
|
}
|