@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.63.0 → 0.64.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": 523254688,
6
- "sha256": "85cf77c913566038406d467e8c8900972bde4c0dcaa8e563136e36a1988b68ad",
6
+ "sha256": "9c4ce235cd19bd09fe6cadcbb3c1d419daa3cbeba770899a707590a5b3bb4c7c",
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": "f44a4c8169a8806fb994923fccd6e3b6025e538b073736f4eefac2d70f476683"
12
+ "sha256": "62849cbfb71289a7bd6b8f149e3fd1326838dd6cedd8e289321e55fa999d3388"
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": "766106163cf8134a4afb15d2b64444485ab643df7c1ef3fa4c6483bb2e7d3098"
18
+ "sha256": "787d030a6904f6c5f6ecf8a4af9b0df64ae2e24a485070bbeab84a223090d04c"
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": "74d92454200d3bd755aa9758ea69b54be9ce64d65b4fcc0a86d87f0c69d2c661"
24
+ "sha256": "a8f9a656601e9151fb841b589e3ae6b23ffb6ff9d0dbf823bbb21578c1ad426f"
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": "5d47b603935e6f0c949638c48439819183b9c60d88e08455e8036ca1428b561a"
30
+ "sha256": "3a06104b53300272e3639c55ccabacc9a81b4e3662d31efa38ddbee083560214"
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": "5a6195b17857cfcc69d153fe0211b21a953b8c8f038a5cbd4d1cd3bd924c3f32"
36
+ "sha256": "28d856db4e38bd5f060e284479e46c73dc7da271b08318998e5b2c73a178eb80"
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": 19938208,
42
- "sha256": "cef87357a03a0d72fcf2f5ddac80b08b73ba8de58783c346eca32c760dca9167"
42
+ "sha256": "1100f84700542df401cb1bc1711b63ec1576f28b6ba39c27d55206be9babd2c0"
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.63.0",
3
+ "version": "0.64.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.63.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.63.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.63.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.63.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.63.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.63.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.64.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.64.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.64.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.64.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.64.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.64.0"
57
57
  }
58
58
  }