@realtimex/node-llama-cpp-win-x64-cuda-ext 0.12.0 → 0.13.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": 514490880,
6
- "sha256": "6e5dced2eb37900e3f34618645c60ce642868867992c2eb3addbaeed53d29132",
5
+ "finalSize": 514488320,
6
+ "sha256": "0cfb4aceefa114a1705750af1d90347732d58e0161e8bb8e761d2c64396fe114",
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": "11255bc27f0efb7e37575051c3f5df8c6401d90d5a918b9517c569672290c099"
12
+ "sha256": "a53879d780512b671f6164212852e9c8188971604a946ee2c7a079b61f35485b"
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": "1b4a7d7ae2e3902c294ef6a6178b0d8fd00e279e4366fd3c70475f90654d5665"
18
+ "sha256": "be1acc3b9b2a97403020194137dc7981852b6159e8f543aab166d2f82d04ad6c"
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": "345d9696b6e279faa1a418baaed46cf52ebd2a6ef404acfc65b2e1c3d4ae4509"
24
+ "sha256": "2b398eabd363863317d9bef20bcd9fa383a79941b5ee891155e8dbb698f2e424"
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": "62e0a51121a0f1a0a1f31e1acef6cadf4569a9ee0eac2e7dc3e7fec3970c37ec"
30
+ "sha256": "0a8c605dcb3745f436f96e8a698124ea0a59380ab9d7e3dfc893af57fe497659"
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": "f365945c6694a07712c16390e0168a2e5ef3a43bf028886472b1833b3c9afefd"
36
+ "sha256": "3e45c2a9578c573214d1c065be4717bd1ae36525f2b50b24d7373d4f8dd09834"
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": 11174400,
42
- "sha256": "66b81b824a79afc7983a48bf3b98e443f9366ccc463214c52159398df1106f34"
41
+ "size": 11171840,
42
+ "sha256": "dafa51d3ed7a65f612bdf371d0796f7025fea537e8ceb66f23d5af29d65a6da8"
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.12.0",
3
+ "version": "0.13.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.12.0",
49
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.12.0",
50
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.12.0",
51
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.12.0",
52
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.12.0",
53
- "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.12.0"
48
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-01": "0.13.0",
49
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-02": "0.13.0",
50
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-03": "0.13.0",
51
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-04": "0.13.0",
52
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-05": "0.13.0",
53
+ "@realtimex/node-llama-cpp-win-x64-cuda-ext-chunk-06": "0.13.0"
54
54
  }
55
55
  }