masanorihirano
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ For the benchmark, 0-shot and default prompts are used.
|
|
37 |
## Usage
|
38 |
Install the required libraries as follows:
|
39 |
```sh
|
40 |
-
>>> python -m pip install numpy sentencepiece torch transformers accelerate transformers_stream_generator tiktoken
|
41 |
```
|
42 |
|
43 |
Execute the following python code:
|
|
|
37 |
## Usage
|
38 |
Install the required libraries as follows:
|
39 |
```sh
|
40 |
+
>>> python -m pip install numpy sentencepiece torch transformers accelerate transformers_stream_generator tiktoken einops
|
41 |
```
|
42 |
|
43 |
Execute the following python code:
|