blob: 039513d3af39499c8e6dada8a2c557f1fab29255 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "faiss",
"version-string": "1.6.4",
"description": "Faiss is a library for efficient similarity search and clustering of dense vectors.",
"homepage": "https://github.com/facebookresearch/faiss",
"license": "MIT",
"supports": "!uwp & !osx & !x86",
"dependencies": [
"lapack",
"openblas"
],
"features": {
"gpu": {
"description": "Whether to enable GPU support",
"dependencies": [
"cuda"
]
}
}
}
|