We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb290 commit 8d26e3dCopy full SHA for 8d26e3d
src/index/hnsw/faiss_hnsw.cc
@@ -1773,7 +1773,7 @@ class BaseFaissRegularIndexHNSWNode : public BaseFaissRegularIndexNode {
1773
bool
1774
is_ann_iterator_supported() const {
1775
if (data_format != DataFormatEnum::fp32 && data_format != DataFormatEnum::fp16 &&
1776
- data_format != DataFormatEnum::bf16) {
+ data_format != DataFormatEnum::bf16 && data_format != DataFormatEnum::int8) {
1777
return false;
1778
}
1779
return true;
0 commit comments