@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.146.0 → 0.147.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.
@@ -2,38 +2,44 @@
2
2
  "version": 1,
3
3
  "folderName": "linux-x64-cuda",
4
4
  "fallbackBinaryName": "libggml-cuda.so",
5
- "finalSize": 498510600,
6
- "sha256": "520d6c4197e5d4eb2206c03ddfafd57cdfcc3e9ccc30e2795e77497bdcd98c6e",
5
+ "finalSize": 567514760,
6
+ "sha256": "e43094de9fc66a892b22c1c3f3132cfe6a37298077d214210451ec86e6aa43f3",
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": "2f31a59175411eee4e3789b6584e987701580a8dbe9f21ad457799e83a138d01"
12
+ "sha256": "884e2e713231ecc0a85f714c715776d66188289ab63e8db4125c25238da26868"
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": "ac19f88cdb97b553ee835ced2a181000f9eedfb3153f1a183fdd2e15454c7347"
18
+ "sha256": "4b18828af84a2c037123b4f286a8d00e4083b59e2265b3c8f23d4b64c79feb7f"
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": "0ceb1f7a1fdf6c4ad33f97cb79e45ed6336baaff26fe6832c798677c2c67942e"
24
+ "sha256": "55942e8b337040c45f6509405c6e34767ce412970f4f5f16e75537d5c0941142"
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": "ace755c95a4b13b7a4de8d804fa5208a8fe402f056edffe2c43787a6d3991f9e"
30
+ "sha256": "0be9b1bbbdb33b49b0af3890cb0e7142ced4f9a4a0771cd9a02ebaef99ff18cd"
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
- "size": 95857416,
36
- "sha256": "e3b5f155204ce36e7286cb61c797d5f4543d2eda3d7e6e3c4c6642e4feb970c1"
35
+ "size": 100663296,
36
+ "sha256": "86b225a06d96994b671e90922b840ef7ae8d49a6d49cd1b9f4c9ed1b982701b9"
37
+ },
38
+ {
39
+ "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06",
40
+ "fileName": "linux-x64-cuda.part-06.bin",
41
+ "size": 64198280,
42
+ "sha256": "bd0ad702cf91a28e16990323f1fd90134870625839cbf0e5bdae57dd7e56b465"
37
43
  }
38
44
  ]
39
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.146.0",
3
+ "version": "0.147.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,10 +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.146.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.146.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.146.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.146.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.146.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.147.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.147.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.147.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.147.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.147.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.147.0"
56
57
  }
57
58
  }