@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.75.0 → 0.77.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.
@@ -2,44 +2,38 @@
2
2
  "version": 1,
3
3
  "folderName": "linux-x64-cuda",
4
4
  "fallbackBinaryName": "libggml-cuda.so",
5
- "finalSize": 523267128,
6
- "sha256": "9d246d3632029a865fe23dcc08c4b32f41dd03c6a15b695565ff141553e87937",
5
+ "finalSize": 486619424,
6
+ "sha256": "7478592989e64942f4de482a284ca44b2a9ec064c0ab32c902d5d64091d3bc10",
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": "60538b1a7ce0a90fc0e7e924be805bb444ec60e602c6726fabe3f1fc21c00c4b"
12
+ "sha256": "40de889e16fd6b45cf1404d3466448021c4f868b005d806424170786132a20a6"
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": "302e1c448960a5dcb3299b3ce9ea2b266c5d65dc12d203be06df0db4cd9d2c0e"
18
+ "sha256": "178b36c1fd76cc980e035e472a78ca39c25e1d7c4bd12dfa226a0e7264f0939d"
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": "24900c99c3611c13bdcd45b88544662ec237ba87cf9b87ac02419d4db86f0c47"
24
+ "sha256": "199701d168df28faed2cc6fe19113036643efea2f0419a6fed28343045b3c3ee"
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": "536b001c77984fc24320c5ece8fba91a63cdc95502073f2edb33ac48ebd151e5"
30
+ "sha256": "342c7302b840f5993b7382325d3ad0df82d54ee3d2106f844b8c8a6abebc9386"
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
- "size": 100663296,
36
- "sha256": "401d8a2105880d5553e39045d890be8a18122f269693f6004a53da7e6f9eb505"
37
- },
38
- {
39
- "packageName": "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06",
40
- "fileName": "linux-x64-cuda.part-06.bin",
41
- "size": 19950648,
42
- "sha256": "503dfef1c7a3452660daa315daa0a91decbbdede9b8169ed1ffd14bba517a2a5"
35
+ "size": 83966240,
36
+ "sha256": "7af22bc17e2e4f519951f3598ffc0a0ed4eff6fc0ab378b547e9014fb699b94b"
43
37
  }
44
38
  ]
45
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimex/node-llama-cpp-linux-x64-cuda-ext",
3
- "version": "0.75.0",
3
+ "version": "0.77.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,10 @@
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.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"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.77.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.77.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.77.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.77.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.77.0"
57
56
  }
58
57
  }