Yanisadel commited on
Commit
703ad7b
·
verified ·
1 Parent(s): d108dd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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. PyTorch should also be installed in order to one-hot encode the input sequences.
 
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.