@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.75.0 → 0.76.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": "dff5d90b35da105a28e4168078f71b0a486ab67a0b31da0fd630df68cd822104",
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": "015d3573e9e2816b8000c1d3adbf60b89f59a314d64e88e617212dafb31be22b"
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": "9ca0142226f564d81b1bc609948dd9fa5de8c52361263c8dbf6284351dd4a63a"
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": "6054c1d07cdfbafe97c433f7ee42b7b4e5ca23845efdff4dc100a1a5dbe94cdc"
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": "67f791ef642acbf3118928c7666eacfc958d91f577cbcd61e02da300dd62cfb1"
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": "3f179580431972730ab5ba821086d4bacabfea894aa0c9c86513666c5a7b3da3"
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.76.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.76.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.76.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.76.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.76.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.76.0"
57
56
  }
58
57
  }