@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.70.0 → 0.71.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": "cedc43774ff23534da18821e0eae4627ba6faf5b4a151dee6c1677ce922f5f6e",
6
+ "sha256": "3566a8dca9e5c0e0d30ec8313b9f1cbd371151680f893a964fdbbf300782b6ec",
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": "41dc3d35540116da84a1ee131ce19f0a6debf691e294a1db7c4a89b62b77d5a2"
12
+ "sha256": "66f7ecda3d3fbcf9c8beb76232318d3eabd0f03b482a0d0359fd0fafc6cdc67e"
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": "92cd48af53eade72a030947102f2dc2965f3662f1a5323780fdaf006bec4d09c"
18
+ "sha256": "497dd387b75ea4f0b91008a3db756b8df019bf91fadac2c8f86b7deef63111af"
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": "c31de3eba31cf53552ad9662ff0c44a5144211f86c855f815b008cc69bd61c5d"
24
+ "sha256": "2088c132e83f671a09cb483bc84400ce3f0e0ac181c5ddc6976fdda5cd657436"
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": "8b4d9caadb0f9845dc0e50cc29f80df19d34eeac673eaadaa3e5eb34213356d8"
30
+ "sha256": "be37b96550da929d8969e06962b0403b6fbd61190c9db5679b7dab5a697bb6e3"
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": "b383a4f10cc52931102412c719c8d757018e7aa138115b378f026acf5a939a71"
36
+ "sha256": "348f5de866f202ac5159c73f44c19d4069b817694906016979e1884462f42845"
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": "d7f383965e77e63ef53f6ce3959ad2f6aa2e085727e8c9f7d4009d49cc76de81"
42
+ "sha256": "9aae6acee9c310e63387e5aecad4fa3ef65962834e654e5afb784908d0a73261"
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.70.0",
3
+ "version": "0.71.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.70.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.70.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.70.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.70.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.70.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.70.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.71.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.71.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.71.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.71.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.71.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.71.0"
57
57
  }
58
58
  }