Yanisadel commited on
Commit
873bcad
·
verified ·
1 Parent(s): f7aa1ae

Update README.md

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