eugene-yang commited on
Commit
725425e
1 Parent(s): 09d8023

git update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ English MS MARCO training queries and English passages.
51
 
52
  To properly load ColBERT-X models from Huggingface Hub, please use the following version of PLAID-X.
53
  ```bash
54
- pip install git+https://github.com/hltcoe/ColBERT-X.git@plaid-x
55
  ```
56
 
57
  Following code snippet loads the model through Huggingface API.
 
51
 
52
  To properly load ColBERT-X models from Huggingface Hub, please use the following version of PLAID-X.
53
  ```bash
54
+ pip install PLAID-X==0.3.1
55
  ```
56
 
57
  Following code snippet loads the model through Huggingface API.