Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ 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.
|
|
|
|
| 20 |
|
| 21 |
```
|
| 22 |
pip install --upgrade git+https://github.com/huggingface/transformers.git
|
| 23 |
+
pip install torch einops borzoi_pytorch==0.4.0
|
| 24 |
```
|
| 25 |
|
| 26 |
A small snippet of code is given here in order to retrieve both logits from dummy DNA sequences.
|