@realtimex/node-llama-cpp-win-x64-cuda-ext 0.176.0 → 0.178.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": 564055040,
6
- "sha256": "06b924ddf51c0e69f453d7b21daf9fd17c903fd7bd072505bea32eb9adbaac68",
6
+ "sha256": "1efd6ae30cde85372eeb5db65b11173ba0e24bde3c5661cbb8902adc3b243c9c",
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": "ff268a779959c5b3cee4a3b4cf65cf2b15e49fb5a63582c969d5b880b50dc026"
12
+ "sha256": "174671b793b682669422802de9fd9a4621bc50da64267008c396322a634496fd"
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": "6e55b26e97d8b84ffe3a02546177c45ff74d481b9358dd0b2ec49ccc5e0cc666"
18
+ "sha256": "0a17cc20a6119495887316840bd24128f6337b7ca759c459e1c279dc5eeae626"
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": "064d8ea9041b7e7d6ab1f7ea763a149775198326bef73854793ce2c35afcf36b"
24
+ "sha256": "01adcd3fd127c0d326881afeea1f18a4dc5971e9f505eaa543f2e0cc677cd65b"
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": "f8cfd86415fb4d6946a1064ef0d1542efb14850f30afe1eb227dac2f5eadb461"
30
+ "sha256": "4a1ce05717946e85fd2d4316ab18e1df1323271cedc8fd2c5eb9f4da0e16a88b"
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": "8e225057850bbe128255efe04ae2ea7a133c8e990a88e033373e3be453ea8dce"
36
+ "sha256": "d10a866c25bff8f5f443948b20372e03113341de52903497479bb79b1b582f0a"
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": 60738560,
42
- "sha256": "ae61fc6d7ccf9b58b405dde4cb014be904ca4bc311b52df4002985eea77fbee3"
42
+ "sha256": "317e16779cde1ad596de04be8d3baaf6a2143ddbbd66c14eb6129670b74a2b1f"
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.176.0",
3
+ "version": "0.178.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.176.0",
49
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.176.0",
50
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.176.0",
51
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.176.0",
52
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.176.0",
53
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.176.0"
48
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01": "0.178.0",
49
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.178.0",
50
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.178.0",
51
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.178.0",
52
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.178.0",
53
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.178.0"
54
54
  }
55
55
  }