From 52b042940a29944c766763559c91694e10637880 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Wed, 11 Nov 2020 19:12:27 +0530 Subject: [PATCH] typo --- labml_nn/transformers/knn/build_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labml_nn/transformers/knn/build_index.py b/labml_nn/transformers/knn/build_index.py index ca466496..f4dab2f3 100644 --- a/labml_nn/transformers/knn/build_index.py +++ b/labml_nn/transformers/knn/build_index.py @@ -92,7 +92,7 @@ def build_index(conf: Configs, n_centeroids: int = 2048, code_size: int = 64, n_ [Getting started](https://github.com/facebookresearch/faiss/wiki/Getting-started), [faster search](https://github.com/facebookresearch/faiss/wiki/Faster-search), - and [lower memory footprint)(https://github.com/facebookresearch/faiss/wiki/Lower-memory-footprint) + and [lower memory footprint](https://github.com/facebookresearch/faiss/wiki/Lower-memory-footprint) tutorials on FAISS will help you learn more about FAISS usage. """ # Dimensions of $f(c_i)$