Skip to content

Commit cb7c6f5

Browse files
committed
Fix tiny mistakes (#2384)
Summary: I found some tiny mistakes, so fixed it. This PR doesn't change the software behavior. Pull Request resolved: facebookresearch/faiss#2384 Reviewed By: beauby Differential Revision: D37921065 Pulled By: mdouze fbshipit-source-id: 060a969892e41b29485c5f2f358b5971ce9dfb8d
1 parent fad7971 commit cb7c6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.17 FATAL_ERROR)
88

99
project(faiss
10-
VERSION 1.6.4
10+
VERSION 1.7.2
1111
DESCRIPTION "A library for efficient similarity search and clustering of dense vectors."
1212
HOMEPAGE_URL "https://github.com/facebookresearch/faiss"
1313
LANGUAGES CXX)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The GPU implementation can accept input from either CPU or GPU memory. On a serv
1616

1717
## Installing
1818

19-
Faiss comes with precompiled libraries for Anaconda in Python, see [faiss-cpu](https://anaconda.org/pytorch/faiss-cpu) and [faiss-gpu](https://anaconda.org/pytorch/faiss-gpu). The library is mostly implemented in C++, the only dependency is a [BLAS](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) implementation. Optional GPU support is provided via CUDA, and and the Python interface is also optional. It compiles with cmake. See [INSTALL.md](INSTALL.md) for details.
19+
Faiss comes with precompiled libraries for Anaconda in Python, see [faiss-cpu](https://anaconda.org/pytorch/faiss-cpu) and [faiss-gpu](https://anaconda.org/pytorch/faiss-gpu). The library is mostly implemented in C++, the only dependency is a [BLAS](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) implementation. Optional GPU support is provided via CUDA, and the Python interface is also optional. It compiles with cmake. See [INSTALL.md](INSTALL.md) for details.
2020

2121
## How Faiss works
2222

0 commit comments

Comments
 (0)