@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.186.0 → 0.187.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": 568096792,
6
- "sha256": "f3b0a757eb0181ab28350b9544482c4b539ed621a6a02163896ea52966072473",
6
+ "sha256": "7df56461fef6915e24bd1a1d9fee4eaff6bed24a67f0b0bb64e1157a8824f4de",
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": "27e583148793ec1af971ee5da723bd693097c82906e7437260d50081d6582caa"
12
+ "sha256": "0963023b954dde8383aacfd1a7b4f7486d4f6dcadc843a13977baec1f787e549"
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": "644e2a7cab96a354dd5a319dec2f7d30410cd9e02e224513e2594315757ca468"
18
+ "sha256": "b374daf2c270c98b6c0a6277dc47aa1eb24d86166637e70da966741331e3cd40"
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": "eda8b09355db47da15579a82ff76da8b549e422171471f2a1cf15b814b01138a"
24
+ "sha256": "0e3c1441403835041b666a041b2f8db1d04a5a6f81509ecca8741ffeb2115fbe"
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": "d5b9d122cc546b449c9bf451fd55d1a8d2e96e57007558f669784ab5e89ffc75"
30
+ "sha256": "2c65e0e6602baa1067b475d512fcb5bd39caa7aa07f394bdd3c58fae0209241e"
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": "b3acb643ced1752c229be0e000df06a24417caba56c388ffad1345218ba1945b"
36
+ "sha256": "67de8fc33c66e4590e0a5af29e358533386818e3a3d373469e901129369632c5"
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": 64780312,
42
- "sha256": "26e45ada282a1fb5e0f8282c5fddc3a786502f85b037aa7d5469db177b80a30f"
42
+ "sha256": "1b72c2716878182b004c44a143908cf13478d2191540317373ba894b9e98532a"
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.186.0",
3
+ "version": "0.187.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.186.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.186.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.186.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.186.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.186.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.186.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.187.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.187.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.187.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.187.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.187.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.187.0"
57
57
  }
58
58
  }