Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,8 @@ We strongly recommend following the same usage as the original ColBERT to use th
|
|
37 |
To use this model, you will need to install the **latest version** of the ColBERT repository (if not the latest version the ColBERT code may not support models that use the custom code and cause an assertion error):
|
38 |
|
39 |
```bash
|
40 |
-
pip install git+https://github.com/stanford-futuredata/ColBERT.git torch
|
|
|
41 |
```
|
42 |
|
43 |
### Indexing
|
|
|
37 |
To use this model, you will need to install the **latest version** of the ColBERT repository (if not the latest version the ColBERT code may not support models that use the custom code and cause an assertion error):
|
38 |
|
39 |
```bash
|
40 |
+
pip install git+https://github.com/stanford-futuredata/ColBERT.git torch
|
41 |
+
conda install -c conda-forge faiss-gpu # use conda to install the latest version faiss
|
42 |
```
|
43 |
|
44 |
### Indexing
|