Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ python3
|
|
76 |
Clone the source code and install the necessary Python packages.
|
77 |
|
78 |
```
|
79 |
-
git clone -b 1.0.0.
|
80 |
cd ./transformer-lm-japanese/transformer_lm
|
81 |
pip install -r requirements.txt
|
82 |
```
|
@@ -84,10 +84,8 @@ pip install -r requirements.txt
|
|
84 |
Install the necessary Python packages to run on the CPU.
|
85 |
|
86 |
```
|
87 |
-
pip install jax[cpu]==0.
|
88 |
-
pip install chex==0.1.5
|
89 |
pip install protobuf==3.20.3
|
90 |
-
pip install typing-extensions==3.10.0.2
|
91 |
```
|
92 |
|
93 |
Text generation using downloaded model files.
|
|
|
76 |
Clone the source code and install the necessary Python packages.
|
77 |
|
78 |
```
|
79 |
+
git clone -b 1.0.0.RC3 https://github.com/FookieMonster/transformer-lm-japanese
|
80 |
cd ./transformer-lm-japanese/transformer_lm
|
81 |
pip install -r requirements.txt
|
82 |
```
|
|
|
84 |
Install the necessary Python packages to run on the CPU.
|
85 |
|
86 |
```
|
87 |
+
pip install jax[cpu]==0.4.13
|
|
|
88 |
pip install protobuf==3.20.3
|
|
|
89 |
```
|
90 |
|
91 |
Text generation using downloaded model files.
|