Update README.md
Browse files
README.md
CHANGED
|
@@ -15,11 +15,12 @@ tissue-specific promoters and enhancers, and CTCF-bound sites) elements.
|
|
| 15 |
|
| 16 |
### How to use
|
| 17 |
|
| 18 |
-
Until its next release, the transformers library needs to be installed from source with the following command in order to use the models.
|
|
|
|
| 19 |
|
| 20 |
```
|
| 21 |
pip install --upgrade git+https://github.com/huggingface/transformers.git
|
| 22 |
-
pip install torch
|
| 23 |
```
|
| 24 |
|
| 25 |
A small snippet of code is given here in order to retrieve both logits from dummy DNA sequences.
|
|
|
|
| 15 |
|
| 16 |
### How to use
|
| 17 |
|
| 18 |
+
Until its next release, the transformers library needs to be installed from source with the following command in order to use the models.
|
| 19 |
+
PyTorch, einops and borzoi_pytorch should also be installed.
|
| 20 |
|
| 21 |
```
|
| 22 |
pip install --upgrade git+https://github.com/huggingface/transformers.git
|
| 23 |
+
pip install torch einops borzoi_pytorch
|
| 24 |
```
|
| 25 |
|
| 26 |
A small snippet of code is given here in order to retrieve both logits from dummy DNA sequences.
|