Update README.md
Browse files
README.md
CHANGED
@@ -72,9 +72,15 @@ Clone the source code and install the necessary Python packages.
|
|
72 |
$ git clone -b 1.0.0.RC2 https://github.com/FookieMonster/transformer-lm-japanese
|
73 |
$ cd ./transformer-lm-japanese/transformer_lm
|
74 |
$ pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
75 |
$ pip install jax[cpu]==0.3.2
|
76 |
$ pip install chex==0.1.5
|
77 |
$ pip install protobuf==3.20.3
|
|
|
78 |
```
|
79 |
|
80 |
Text generation using downloaded model files.
|
|
|
72 |
$ git clone -b 1.0.0.RC2 https://github.com/FookieMonster/transformer-lm-japanese
|
73 |
$ cd ./transformer-lm-japanese/transformer_lm
|
74 |
$ pip install -r requirements.txt
|
75 |
+
```
|
76 |
+
|
77 |
+
Install the necessary Python packages to run on the CPU.
|
78 |
+
|
79 |
+
```
|
80 |
$ pip install jax[cpu]==0.3.2
|
81 |
$ pip install chex==0.1.5
|
82 |
$ pip install protobuf==3.20.3
|
83 |
+
$ pip install typing-extensions==3.10.0.2
|
84 |
```
|
85 |
|
86 |
Text generation using downloaded model files.
|