@sweet-search/native-linux-x64-gnu-cuda 2.5.4 → 2.5.6
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.
- package/README.md +1 -1
- package/package.json +2 -2
- package/sweet-search-native.node +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sweet-search/native-linux-x64-gnu-cuda
|
|
2
2
|
|
|
3
|
-
NVIDIA CUDA-enabled native binaries for [sweet-search](https://github.com/
|
|
3
|
+
NVIDIA CUDA-enabled native binaries for [sweet-search](https://github.com/mrsladoje/sweet-search) on Linux x86-64 (glibc).
|
|
4
4
|
|
|
5
5
|
This package is a platform-scoped `optionalDependency` of the main `sweet-search`
|
|
6
6
|
package. npm installs it automatically on matching hosts:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sweet-search/native-linux-x64-gnu-cuda",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"description": "Sweet Search native binaries for Linux x64 (glibc) with NVIDIA CUDA backend (candle-cuda + flash-attn, SM 7.0+)",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/mrsladoje/sweet-search"
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"author": "Marko Sladojevic <marko@panonit.com> (https://panonit.com)"
|
package/sweet-search-native.node
CHANGED
|
Binary file
|