masanorihirano commited on
Commit
6d1cca1
·
verified ·
1 Parent(s): 7932617

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: