@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.192.0 → 0.194.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": 568101288,
6
- "sha256": "fee7aeac9c60aa83c858f1c23c65ce6d11cb8c0f59d6be57ea876316e29984eb",
6
+ "sha256": "4cf13f957465de1ca61176bb192efb3fab20dae9595738b03494d646e29caf34",
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": "25ba1ed2e4db6e40c21c1466d6ca34cda2dcde2706db1fec4590fc29476ab662"
12
+ "sha256": "a91128c68451011497624f1f9c300fa463f01f9ec4585eb24999427a234127c0"
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": "72b79271de56ee38c8cdb012cda52baa7c1b952ed0b914302af50cef21336e59"
18
+ "sha256": "1f80fddc1b2801cd75fa4f8605923ac7f045030c721a50dc7ca0ae2cdfaacf86"
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": "d0849038d21670d2e23634d2fc653841ba1a485dbf65351e7e40402f94bac2c6"
24
+ "sha256": "432c88c8826fa285e04cfb17d494266a98007419c9d1f5e2b7abbb654c5732ac"
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": "84da9d1ce887596db887243937968ffe800a3b84ef2ebd3795bc109edab5f443"
30
+ "sha256": "c6df2ad0e4c65495223484b3b08e8d7e4f49231833a39e2f02f171dd126cf313"
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": "9e5733d021015b43284d9f673859b392075c9bc5b6c2abe7066921dc59a281ec"
36
+ "sha256": "a638d3aa6a99d91d4c98cd8b9f2296a4d1a11c52ac4cad465ee490c5e5e458fd"
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": 64784808,
42
- "sha256": "ccd5d77e44782e13adeab501487ba8a35205e576cdec2f8c4579c8d657f67efd"
42
+ "sha256": "a83b90f041f5936962ac7b63df7ee4417df832841baa6a2c14ec389385b7cc0c"
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.192.0",
3
+ "version": "0.194.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.192.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.192.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.192.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.192.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.192.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.192.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.194.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.194.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.194.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.194.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.194.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.194.0"
57
57
  }
58
58
  }