@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.54.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": "0dbdd81b1d1e03580c523544512816fa7d4cb1229e71f6d737c6cb55a6d10b69",
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": "325cba18cda8dc96fd8029fa759d8d8d94f904bad22758aa2b2b37c71d0212e2"
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": "82f59311086859a91ae911feeb9c531252fe0ea874da2ddf17cff9a77fa88443"
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": "f4859aebf026d0a8a7d35f251c1db06a985122d6c819ba64c2e5f05f8d7329b1"
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": "21d7118e5bd7cd71eb4817edee9201fa0e5fd9ab1d8daccecbe955579ccf7bdd"
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": "c26f5ef345d332038e6ebf1a040d7957408854cf9a59a50d76ce6b2ea289f8a5"
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": "e9ef4c50fd07b4fc70f49fe8fb75df2fe0fb1a6d3cf0de081562fe75303568a5"
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.54.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.54.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.54.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.54.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.54.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.54.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.54.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
  }