dpfried commited on
Commit
24328d2
1 Parent(s): 24f56a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -23,12 +23,12 @@ A smaller, 1B, parameter model is also available at [facebook/incoder-1B](https:
23
 
24
  ## Requirements
25
 
26
- `pytorch`, `tokenizers`, and `transformers`. Our model requires HF's tokenizers >= 0.12.1, due to changes in the pretokenizer. This version is close to release, but in the meantime you can install directly from source via pip.
27
 
28
  ```
29
- pip install pytorch
30
- pip install git+https://github.com/huggingface/tokenizers
31
- pip install git+https://github.com/huggingface/transformers
32
  ```
33
 
34
  ## Usage
 
23
 
24
  ## Requirements
25
 
26
+ `pytorch`, `tokenizers`, and `transformers`. Our model requires HF's tokenizers >= 0.12.1, due to changes in the pretokenizer.
27
 
28
  ```
29
+ pip install torch
30
+ pip install "tokenizers>=0.12.1"
31
+ pip install transformers
32
  ```
33
 
34
  ## Usage