Update README.md
Browse files
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
|