@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.191.0 → 0.192.0

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.
@@ -3,43 +3,43 @@
3
3
  "folderName": "linux-x64-cuda",
4
4
  "fallbackBinaryName": "libggml-cuda.so",
5
5
  "finalSize": 568101288,
6
- "sha256": "0420784218b62372fb42be16c3d848a449f9cb47ea18deb3e4b55014cd401843",
6
+ "sha256": "fee7aeac9c60aa83c858f1c23c65ce6d11cb8c0f59d6be57ea876316e29984eb",
7
7
  "chunks": [
8
8
  {
9
9
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01",
10
10
  "fileName": "linux-x64-cuda.part-01.bin",
11
11
  "size": 100663296,
12
- "sha256": "cb3db594c49f16391a0e303f396f49ccba659972a755b23567b12dde39f5ae5d"
12
+ "sha256": "25ba1ed2e4db6e40c21c1466d6ca34cda2dcde2706db1fec4590fc29476ab662"
13
13
  },
14
14
  {
15
15
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02",
16
16
  "fileName": "linux-x64-cuda.part-02.bin",
17
17
  "size": 100663296,
18
- "sha256": "41b395b2f0b0461094c41884c774303e95fb8e6d5c90ae2ebda64d43902882d9"
18
+ "sha256": "72b79271de56ee38c8cdb012cda52baa7c1b952ed0b914302af50cef21336e59"
19
19
  },
20
20
  {
21
21
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03",
22
22
  "fileName": "linux-x64-cuda.part-03.bin",
23
23
  "size": 100663296,
24
- "sha256": "407af44ce6decf8eef9c136d2a592478a3f440bda703338bb185bfd0f930751c"
24
+ "sha256": "d0849038d21670d2e23634d2fc653841ba1a485dbf65351e7e40402f94bac2c6"
25
25
  },
26
26
  {
27
27
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04",
28
28
  "fileName": "linux-x64-cuda.part-04.bin",
29
29
  "size": 100663296,
30
- "sha256": "ca1bde8c4ec7ed00d1817e7e19ae5da43129d6f507c5c5a14ce60adb5bb64b21"
30
+ "sha256": "84da9d1ce887596db887243937968ffe800a3b84ef2ebd3795bc109edab5f443"
31
31
  },
32
32
  {
33
33
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05",
34
34
  "fileName": "linux-x64-cuda.part-05.bin",
35
35
  "size": 100663296,
36
- "sha256": "f812c449ba043a3b6c4842c750d0c1f8fa23c6020a5f729e348d5d4d8d546a07"
36
+ "sha256": "9e5733d021015b43284d9f673859b392075c9bc5b6c2abe7066921dc59a281ec"
37
37
  },
38
38
  {
39
39
  "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06",
40
40
  "fileName": "linux-x64-cuda.part-06.bin",
41
41
  "size": 64784808,
42
- "sha256": "92e28c71707631de28fe1af25220a2f5b68e8ad2dc4a3f61838705f249bcc57c"
42
+ "sha256": "ccd5d77e44782e13adeab501487ba8a35205e576cdec2f8c4579c8d657f67efd"
43
43
  }
44
44
  ]
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimex/node-llama-cpp-linux-x64-cuda-ext",
3
- "version": "0.191.0",
3
+ "version": "0.192.0",
4
4
  "description": "Extension of @realtimex/linux-x64-cuda - prebuilt binary for node-llama-cpp for Linux x64 with CUDA support",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -48,11 +48,11 @@
48
48
  "postinstall": "node ./dist/index.js --assemble"
49
49
  },
50
50
  "dependencies": {
51
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.191.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.191.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.191.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.191.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.191.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.191.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.192.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.192.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.192.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.192.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.192.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.192.0"
57
57
  }
58
58
  }