antoinelouis commited on
Commit
b0c553d
1 Parent(s): 5c4728f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This is a [ColBERTv1](https://github.com/stanford-futuredata/ColBERT) model: it
21
 
22
  To use this model, you will need to install the following libraries:
23
  ```
24
- pip install colbert-ai @ git+https://github.com/stanford-futuredata/ColBERT.git torch faiss-gpu==1.7.2
25
  ```
26
 
27
 
 
21
 
22
  To use this model, you will need to install the following libraries:
23
  ```
24
+ pip install git+https://github.com/stanford-futuredata/ColBERT.git torch faiss-gpu==1.7.2
25
  ```
26
 
27