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