From eef521f7668921856930cfe586daf4b41b09a42a Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 3 Mar 2017 16:09:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 013c6174b..bcf9b7030 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The GPU implementation can accept input from either CPU or GPU memory. On a serv ## Building -The library is mostly implemented in C++, with optional GPU support provided via CUDA, and an optional Python interface. It compiles with a Makefile. See [INSTALL](INSTALL) for details. +The library is mostly implemented in C++, with optional GPU support provided via CUDA, and an optional Python interface. The CPU version requires a BLAS library. It compiles with a Makefile. See [INSTALL](INSTALL) for details. ## How Faiss works