You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the effort for adding the support for fp16, byte and binary index with GPUs. In the first release we are only enabling the fp32 based support but since k-NN support different types of quantization techniques ideally, we should support all different quantizations with GPUs.
Quantization/Data Types to be supported
fp16: Supported using faiss encoders
byte : Supported using faiss encoders and also as a datatype.
binary : Separate index type.
I have created a GH issue on faiss to see how we can support these types with GPUs facebookresearch/faiss#4223
The text was updated successfully, but these errors were encountered:
Description
This issue tracks the effort for adding the support for fp16, byte and binary index with GPUs. In the first release we are only enabling the fp32 based support but since k-NN support different types of quantization techniques ideally, we should support all different quantizations with GPUs.
Quantization/Data Types to be supported
I have created a GH issue on faiss to see how we can support these types with GPUs facebookresearch/faiss#4223
The text was updated successfully, but these errors were encountered: