Update README.md
Browse files
README.md
CHANGED
@@ -23,12 +23,12 @@ A larger, 6B, parameter model is also available at [facebook/incoder-6B](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.
|
27 |
|
28 |
```
|
29 |
-
pip install
|
30 |
-
pip install
|
31 |
-
pip install
|
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
|