mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:21:16 +08:00
21 lines
465 B
JSON
21 lines
465 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|