@realtimex/node-llama-cpp-win-x64-cuda-ext 0.211.0 → 0.213.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": "win-x64-cuda",
4
4
  "fallbackBinaryName": "ggml-cuda.dll",
5
5
  "finalSize": 564642304,
6
- "sha256": "5b5098a768e0e622dd539cf9e9d544824cd118ae07ba73424241328a26f31e29",
6
+ "sha256": "f268c06bd5846df19f1da683b5018ff515279879620491d022ade3917eea6928",
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": "584ac09ace7637cced32ac50c3d503ddc158f574cd405fe0cf870edb2342263c"
12
+ "sha256": "fae6da147413cf163a75c6e49a9dd051a6b6906942fa4a532e99939014846eb4"
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": "7ef140a4c9b35e717c4c1c5b88db112683ef1ead4b73ef6cc7d1457b933c3266"
18
+ "sha256": "4c3787df7268798981d8edaa104bfca26dcb662752e78a6457a53a565dbcde99"
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": "8f7ec7755d4c8ab61b07856c4386903e945e1938777c133a650675c4e2064fa0"
24
+ "sha256": "96b9dc8061604ff2d0560ec1c25a43c36aa4316bd2f2b87f7acaf6bfbbe90494"
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": "7879ef956735e8a794b5b4a2135ec05884a748e9e9c8b9b9f02ce1469a129803"
30
+ "sha256": "ceba92307549ecfc9439f78f4a034da70cd6cff5b39fd5a449c2ded84ef82572"
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": "4b101ee0d3bcfa3ae4f364cd2f5675dee2ffaaea685d7d7d0b45a2203e425dac"
36
+ "sha256": "3739741320298bb492d0aa5dbe2e20b2db014c3992e323c2e343f4a33542e2bd"
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
41
  "size": 61325824,
42
- "sha256": "5cd784e80396f57a2f9dfe342f2619b509fc5f5435f09f2f66fc394a75763097"
42
+ "sha256": "9155167da7880a9ce6125abc96a662589bd2aa472993bbc8a253e7f7d26d5d0d"
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.211.0",
3
+ "version": "0.213.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.211.0",
49
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.211.0",
50
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.211.0",
51
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.211.0",
52
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.211.0",
53
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.211.0"
48
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01": "0.213.0",
49
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.213.0",
50
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.213.0",
51
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.213.0",
52
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.213.0",
53
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.213.0"
54
54
  }
55
55
  }