node-llama-cpp 2.3.1 → 2.3.2

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img alt="node-llama-cpp Logo" src="assets/logo.roundEdges.png" width="360px" />
2
+ <img alt="node-llama-cpp Logo" src="https://media.githubusercontent.com/media/withcatai/node-llama-cpp/master/assets/logo.roundEdges.png" width="360px" />
3
3
  <h1>Node Llama.cpp</h1>
4
4
  <p>Node.js bindings for llama.cpp</p>
5
5
  <sub>Pre-built bindings are provided with a fallback to building from source with node-gyp</sub>
@@ -323,7 +323,7 @@ Options:
323
323
  <br />
324
324
 
325
325
  <div align="center" width="360">
326
- <img alt="Star please" src="assets/star.please.roundEdges.png" width="360px" margin="auto" />
326
+ <img alt="Star please" src="https://media.githubusercontent.com/media/withcatai/node-llama-cpp/master/assets/star.please.roundEdges.png" width="360px" margin="auto" />
327
327
  <br/>
328
328
  <p align="right">
329
329
  <i>If you like this repo, star it ✨</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-llama-cpp",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "node.js bindings for llama.cpp",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "prebuild": "rm -rf ./dist ./tsconfig.tsbuildinfo",
45
45
  "build": "tsc --build tsconfig.json --force",
46
46
  "addPostinstallScript": "npm pkg set scripts.postinstall=\"node ./dist/cli/cli.js postinstall\"",
47
- "generate-docs": "typedoc && cp -r ./assets/*.png ./docs/assets/",
47
+ "generate-docs": "typedoc",
48
48
  "prewatch": "rm -rf ./dist ./tsconfig.tsbuildinfo",
49
49
  "watch": "tsc --build tsconfig.json --watch --force",
50
50
  "node-gyp-llama": "cd llama && node-gyp",