@realtimex/node-llama-cpp-linux-x64-cuda-ext 0.6.0 → 0.8.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": 517727080,
6
- "sha256": "69e9b8d3d671320ca0afe67aab88e9edd6672e75dfe0e795d89a4f8e5fbc8737",
6
+ "sha256": "9a5780e7ac1572a71fcb56611654be2c2512137ec102ef65cf6f9479b00f3636",
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": "0715d4a099c334dcc30e1b5843a1898fed19f2521d59a5bff0bf204557a3b08f"
12
+ "sha256": "e12ffa537f666cd17e13f0a868c45b13c1fb93f082664435b3db4a73831602a6"
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": "94094069357ba58bcc1fb4f4d27faee38600203bcbebbcbd268cf8fb3f7194ba"
18
+ "sha256": "4e6e9b5b318991cf41fde1234830ce312e6904bafb446b8e52841aa884ec5c34"
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": "a036570b9c8b46b12ecf906637086aa21cfab7465653c8ef219783b55748b678"
24
+ "sha256": "8c4555d446529f38a451036b1fac7fc4b966f239fcef8ce445ba639db5b1d106"
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": "1a28d594648059397e44fdb99d645eb2e21b21683b17ac513e87f98a2feee354"
30
+ "sha256": "2e724843f20bbdc6e9730ef0d5d32549982cb9c11e4fc47227646cf16da95563"
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": "4d8ac2c305f3f6e815c594f51c1542c3cdb205b38ad6d5ef069bddcd3285545e"
36
+ "sha256": "85867f0601720e6e787070392f93ee0ec1a2ca00d0efa0eb7ee13a859f4c517e"
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": 14410600,
42
- "sha256": "65765ce69d9e37698291b773cb026bc7c4c759249501685d5c57b1bd644f5db4"
42
+ "sha256": "f1eb59395b6b093086a07e0c11c982dc7583da0fc95fc6aa3c8b99306bba78a8"
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.6.0",
3
+ "version": "0.8.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.6.0",
52
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.6.0",
53
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.6.0",
54
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.6.0",
55
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.6.0",
56
- "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.6.0"
51
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-01": "0.8.0",
52
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-02": "0.8.0",
53
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-03": "0.8.0",
54
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-04": "0.8.0",
55
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-05": "0.8.0",
56
+ "@realtimex/node-llama-cpp-linux-x64-cuda-ext-chunk-06": "0.8.0"
57
57
  }
58
58
  }