@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.185.0 → 0.186.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": "5963c4578e8d391834b60319c2378f3a96d1e3d475a7aaad1cdae4c036fa336b",
6
+ "sha256": "f3b0a757eb0181ab28350b9544482c4b539ed621a6a02163896ea52966072473",
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": "5f29e852bb51186c604cad2a3a19be63b23188a2a25a24fdb1965d718d9e5c38"
12
+ "sha256": "27e583148793ec1af971ee5da723bd693097c82906e7437260d50081d6582caa"
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": "be49a8797986b151f44723fa6cf8f2995809eb6dc042e840f4995dc9b123bc0f"
18
+ "sha256": "644e2a7cab96a354dd5a319dec2f7d30410cd9e02e224513e2594315757ca468"
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": "57b656bb834771e04f79e9604b5047bed5c4b21c8937be53da399749cd74bf8d"
24
+ "sha256": "eda8b09355db47da15579a82ff76da8b549e422171471f2a1cf15b814b01138a"
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": "66a7653e6588071fa89ddcead87e9da8d9e1a16ad39262eb9df874996de1b7a2"
30
+ "sha256": "d5b9d122cc546b449c9bf451fd55d1a8d2e96e57007558f669784ab5e89ffc75"
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": "51c374b55d1dfc63112db1d51277ea681d8f72a09e6b9a14656c10c0218b1634"
36
+ "sha256": "b3acb643ced1752c229be0e000df06a24417caba56c388ffad1345218ba1945b"
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": "d4defd23e167b1fc7588e337262788c93f1c2554bdb958a9d898fd0566bcb9f8"
42
+ "sha256": "26e45ada282a1fb5e0f8282c5fddc3a786502f85b037aa7d5469db177b80a30f"
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.185.0",
3
+ "version": "0.186.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.185.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.185.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.185.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.185.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.185.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.185.0"
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"
57
57
  }
58
58
  }