mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
Bump version to 1.6.4 (#1453)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1453 Reviewed By: mdouze Differential Revision: D24243546 Pulled By: beauby fbshipit-source-id: 190e0601bad3f08c5fac37923170a68ba1e83f16
This commit is contained in:
parent
81b1aeea5e
commit
0fb6c00cfa
@ -18,7 +18,7 @@
|
||||
|
||||
#define FAISS_VERSION_MAJOR 1
|
||||
#define FAISS_VERSION_MINOR 6
|
||||
#define FAISS_VERSION_PATCH 3
|
||||
#define FAISS_VERSION_PATCH 4
|
||||
|
||||
/**
|
||||
* @namespace faiss
|
||||
|
@ -32,7 +32,7 @@ are implemented on the GPU. It is developed by Facebook AI Research.
|
||||
"""
|
||||
setup(
|
||||
name='faiss',
|
||||
version='1.6.3',
|
||||
version='1.6.4',
|
||||
description='A library for efficient similarity search and clustering of dense vectors',
|
||||
long_description=long_description,
|
||||
url='https://github.com/facebookresearch/faiss',
|
||||
|
Loading…
x
Reference in New Issue
Block a user