lukeingawesome commited on
Commit
866a0db
·
verified ·
1 Parent(s): e3b2054

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -57,6 +57,10 @@ It improves performance on clinical text similarity, retrieval, and interpretati
57
  ```bash
58
  # Only transformers is needed!
59
  pip install transformers torch
 
 
 
 
60
  ```
61
 
62
  ### Basic Usage
 
57
  ```bash
58
  # Only transformers is needed!
59
  pip install transformers torch
60
+
61
+ ## Recommended
62
+ pip install git+https://github.com/lukeingawesome/llm2vec4cxr.git #python=3.8
63
+
64
  ```
65
 
66
  ### Basic Usage