@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.213.0 → 0.214.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": 568568752,
6
- "sha256": "35ceee458b4e78ceda541af990984c2839f30d6dfd942365d5d18c94f980fb18",
6
+ "sha256": "404bc27233fc6606c0bf15a5c1730c18e9b46860e2b99e5e4bc3c7ca494983d3",
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": "e2b3dd979f834f99e9a30ba63ab95255234b38551e1430ab8ee00c3361a97ab1"
12
+ "sha256": "159f93f33d65363c30cd06a9932e2b3bf665b439358266eb060fec7c5e395698"
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": "f96f197609c1767e9a2427cedb9c2f1fa1fceb0632d3184cd98122c98b505505"
18
+ "sha256": "4beacb46016679923fad491ef97afdf6c025b04956536408291dd04c44c4ad29"
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": "28678072648d2b75b241eba80af4394687de49318720f74ef5b33020c3878036"
24
+ "sha256": "c7862bb2c625f6af25b20b74d738d05f49783eae66ddbec21ae2212fdfc6952e"
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": "58de9eb6829f9c06ccd094229fa9dc6e7fb874492c78343118a4971238cad11f"
30
+ "sha256": "73bc708dcfbeaf895dd2ff2965dc343bd19fcde4220da25fb87144214c86e578"
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": "b8f30c05c8d54db20c59706906b0638076d0250c52aa18cd985e4ee8d5a96240"
36
+ "sha256": "cb4c9821eb13dd0cd5dd1d9e80b024e654fcf3c89987a64fa7bcb68df837ac31"
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": 65252272,
42
- "sha256": "0af70a52ede3156908db6eff92fdaf59cbbb96dafb691ce36d31729d7b26769b"
42
+ "sha256": "bf79b85ae5b37ba90479b2915a03a343136455d9b3a08a5bb4723ecdd66e0ef0"
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.213.0",
3
+ "version": "0.214.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.213.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.213.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.213.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.213.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.213.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.213.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.214.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.214.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.214.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.214.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.214.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.214.0"
57
57
  }
58
58
  }