@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.73.0 → 0.75.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": 523267128,
6
- "sha256": "a4584e62fe9716840f2f97d04ace22b04caf52f01d9875a9acc54dd2f2cf4345",
6
+ "sha256": "9d246d3632029a865fe23dcc08c4b32f41dd03c6a15b695565ff141553e87937",
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": "fb5e83d9b75fa124126500b559962db2c2dbede76fa882184c443612ee8e0240"
12
+ "sha256": "60538b1a7ce0a90fc0e7e924be805bb444ec60e602c6726fabe3f1fc21c00c4b"
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": "6a5610ee1efc9aef6d613a2e4666119782e6f5206122359603521f8dd99adefc"
18
+ "sha256": "302e1c448960a5dcb3299b3ce9ea2b266c5d65dc12d203be06df0db4cd9d2c0e"
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": "64ba4f31f944b71a8814d117094dc05ba1994d781df35dbdaa0781e514547882"
24
+ "sha256": "24900c99c3611c13bdcd45b88544662ec237ba87cf9b87ac02419d4db86f0c47"
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": "fda235aa1ff859ef732664c2ceca500f6746154728f061739ea20158115c7900"
30
+ "sha256": "536b001c77984fc24320c5ece8fba91a63cdc95502073f2edb33ac48ebd151e5"
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": "e036af5af8d1126edd14ddf9f9054f8d84466534d0f7204f290f8abf2b92bbb0"
36
+ "sha256": "401d8a2105880d5553e39045d890be8a18122f269693f6004a53da7e6f9eb505"
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": 19950648,
42
- "sha256": "cbf01e807cce8faf0094207f31e4512b5f3fe0355777882143ff59b63fb05e9e"
42
+ "sha256": "503dfef1c7a3452660daa315daa0a91decbbdede9b8169ed1ffd14bba517a2a5"
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.73.0",
3
+ "version": "0.75.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.73.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.73.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.73.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.73.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.73.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.73.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.75.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.75.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.75.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.75.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.75.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.75.0"
57
57
  }
58
58
  }