We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b1aee commit 0fb6c00Copy full SHA for 0fb6c00
faiss/Index.h
@@ -18,7 +18,7 @@
18
19
#define FAISS_VERSION_MAJOR 1
20
#define FAISS_VERSION_MINOR 6
21
-#define FAISS_VERSION_PATCH 3
+#define FAISS_VERSION_PATCH 4
22
23
/**
24
* @namespace faiss
faiss/python/setup.py
@@ -32,7 +32,7 @@
32
"""
33
setup(
34
name='faiss',
35
- version='1.6.3',
+ version='1.6.4',
36
description='A library for efficient similarity search and clustering of dense vectors',
37
long_description=long_description,
38
url='https://github.com/facebookresearch/faiss',
0 commit comments