From 41233989eada7e6c3564d47b3de9cd21b81208b6 Mon Sep 17 00:00:00 2001 From: George Batchkala Date: Tue, 26 Mar 2024 15:54:24 +0000 Subject: [PATCH] Add instructions to install faiss for using protonet.py --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc33f05..bad4733 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ pip install --upgrade pip # enable PEP 660 support pip install -e . ``` +To use [uni/downstream/eval_patch_features/protonet.py](./uni/downstream/eval_patch_features/protonet.py) and run the corresponding part of the [walkthrough notebook](./notebooks/uni_walkthrough.ipynb) you also need to [install faiss](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md). + ### 1. Getting access Request access to the model weights from the Huggingface model page at: [https://huggingface.co/mahmoodlab/UNI](https://huggingface.co/mahmoodlab/uni).