@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.53.0 → 0.55.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": 529628008,
6
- "sha256": "db024c4794a042998f71797ee9930c9aa4b425fa9642df56dff289f86ae7d740",
6
+ "sha256": "8eb75f7af3e7b6d40f26e7698bab7f84e1e81c2fd9395af2024624b7f2eca352",
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": "3d81f17d252da051b735a0c467fe7b580d5506ec9c5cfadc0549ec3eb9281293"
12
+ "sha256": "6f335cda5e48500ff6c6453050d3563655ea8830c452def23833614f935482b1"
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": "54e0e02d9da61d82e052b7b7a8e53e86036900f25204f280aaf73c4c928156e8"
18
+ "sha256": "11eec919b5e7d4ca41ec8bdae8e75a9aab5707ad675e306997d3409266a6028a"
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": "eb8784bfa4ea2456e6d152531cd53ba09123f860793999542b2ca5e6661553dc"
24
+ "sha256": "144b83e48396d39a40c8692f2f48652a29e2f47da80d82211aea55f92609637a"
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": "f8f4ff1e2deeab6e1ee399287ec2b3417f520f81b22c85919faf52385a80d8b2"
30
+ "sha256": "89318dc85c4c49d20bd62502deeef1298b0820a80961369ce32515cf5a117866"
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": "8a2d3d8661a29a127f27d4ba928ef301eaa67b1f195207473d4d535faf03757e"
36
+ "sha256": "8a20853241ec588498ea462ddb16cb9efdd99449eb51bff4f50dae989572142e"
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": 26311528,
42
- "sha256": "c26fafdfd587e55706f2eff2771527c6814e72ad7d47c3d94e8eed7cdf63dd6e"
42
+ "sha256": "ca11f7d8820563d3a29e156b94eadfc9409b698ec79d4086189cb73f24c2b757"
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.53.0",
3
+ "version": "0.55.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.53.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.53.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.53.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.53.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.53.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.53.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.55.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.55.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.55.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.55.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.55.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.55.0"
57
57
  }
58
58
  }