@realtimex/node-llama-cpp-win-x64-cuda-ext 0.20.0 → 0.21.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,44 @@
2
2
  "version": 1,
3
3
  "folderName": "win-x64-cuda",
4
4
  "fallbackBinaryName": "ggml-cuda.dll",
5
- "finalSize": 515469824,
6
- "sha256": "0578406d99ddeafb4c81d8fe462b15eff2b708dd5e69b4813d787bfaec581aaf",
5
+ "finalSize": 515472896,
6
+ "sha256": "c9744d6a33aa73ce78cc95352f33fe329f1e1d7d87a648ce33f0b95405a1bd1a",
7
7
  "chunks": [
8
8
  {
9
9
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01",
10
10
  "fileName": "win-x64-cuda.part-01.bin",
11
11
  "size": 100663296,
12
- "sha256": "fa2085e29c5600f0c3109917ff7405577b782a8f47020e1e4f589b8ad278d86a"
12
+ "sha256": "97c084a55ee93d8910eb3c9a03e13e06f52ee0640c99e7d1f169710336ff424c"
13
13
  },
14
14
  {
15
15
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02",
16
16
  "fileName": "win-x64-cuda.part-02.bin",
17
17
  "size": 100663296,
18
- "sha256": "9956284da830e19e28fe9fa55ade5fe02aca1a5b31229448607386aa79e464d9"
18
+ "sha256": "fcd76d2564da31fb2a21b95646757ceac1e0220492d0643e29553f08005223c7"
19
19
  },
20
20
  {
21
21
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03",
22
22
  "fileName": "win-x64-cuda.part-03.bin",
23
23
  "size": 100663296,
24
- "sha256": "34e3724007537c0b8693a234ce4937cbcd1f0df77f804e8098efa4d7b75af5c2"
24
+ "sha256": "8c887d6faf62eeb35048c34c82f35f82e2fd9ad4430e88451da626d275ead58e"
25
25
  },
26
26
  {
27
27
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04",
28
28
  "fileName": "win-x64-cuda.part-04.bin",
29
29
  "size": 100663296,
30
- "sha256": "97e0959fdc9d4d4ae88db10c4c49d560fb581d1b01121ebd329d0459932b6a7c"
30
+ "sha256": "4f25cbe4d13a8dad66d533f393ca70e117cc5c458f1e1e70ed6ddf545d5bb880"
31
31
  },
32
32
  {
33
33
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05",
34
34
  "fileName": "win-x64-cuda.part-05.bin",
35
35
  "size": 100663296,
36
- "sha256": "f7c3065f01607124a74d1f4732abd68d48b249ab1d02d6a212fb3b68f15122d1"
36
+ "sha256": "e584a5eb14833e637c9cf034890ef1dfd1b539091896a1562578f18e93d07b56"
37
37
  },
38
38
  {
39
39
  "packageName": "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06",
40
40
  "fileName": "win-x64-cuda.part-06.bin",
41
- "size": 12153344,
42
- "sha256": "82104a64d2b15fe7f407badc4ce709630d7ef5ed38551021aff55eed2a8d4dad"
41
+ "size": 12156416,
42
+ "sha256": "add4877f24dac881acfc3ce261207ae53b827754f7b6b268e2d810a21b306849"
43
43
  }
44
44
  ]
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimex/node-llama-cpp-win-x64-cuda-ext",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "Extension of @realtimex/win-x64-cuda - prebuilt binary for node-llama-cpp for Windows x64 with CUDA support",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -45,11 +45,11 @@
45
45
  "postinstall": "node ./dist/index.js --assemble"
46
46
  },
47
47
  "dependencies": {
48
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01": "0.20.0",
49
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.20.0",
50
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.20.0",
51
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.20.0",
52
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.20.0",
53
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.20.0"
48
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01": "0.21.0",
49
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.21.0",
50
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.21.0",
51
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.21.0",
52
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.21.0",
53
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.21.0"
54
54
  }
55
55
  }