Skip to content

Commit 6ec6f7f

Browse files
committed
Update tf-text 2.18.0.
1 parent 1028d01 commit 6ec6f7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tutorials/text/text-zh.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2. 安装`tensorflow`.
2121

2222
```shell
23-
pip install tensorflow==2.17.0
23+
pip install tensorflow==2.18.0
2424
```
2525

2626
3. 安装`bazel 6.5.0`.
@@ -32,12 +32,12 @@
3232
bazel --version # 确保版本是6.5.0即可.
3333
```
3434

35-
4. 下载并解压`text 2.17.0`.
35+
4. 下载并解压`text 2.18.0`.
3636

3737
```shell
38-
wget https://github.com/tensorflow/text/archive/refs/tags/v2.17.0.zip
39-
unzip ./v2.17.0.zip
40-
cd text-2.17.0
38+
wget https://github.com/tensorflow/text/archive/refs/tags/v2.18.0.zip
39+
unzip ./v2.18.0.zip
40+
cd text-2.18.0
4141
```
4242

4343
5. 运行脚本构建.

tutorials/text/text.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is assumed here that you have the necessary Unix-Like knowledge, [`brew`](htt
2020
2. Install the `tensorflow`.
2121

2222
```shell
23-
pip install tensorflow==2.17.0
23+
pip install tensorflow==2.18.0
2424
````
2525
2626
3. Install `bazel 6.5.0`.
@@ -32,12 +32,12 @@ It is assumed here that you have the necessary Unix-Like knowledge, [`brew`](htt
3232
bazel --version # Make sure the version is 6.5.0.
3333
````
3434

35-
4. Download and extract `text 2.17.0`.
35+
4. Download and extract `text 2.18.0`.
3636

3737
```shell
38-
wget https://github.com/tensorflow/text/archive/refs/tags/v2.17.0.zip
39-
unzip ./v2.17.0.zip
40-
cd text-2.17.0
38+
wget https://github.com/tensorflow/text/archive/refs/tags/v2.18.0.zip
39+
unzip ./v2.18.0.zip
40+
cd text-2.18.0
4141
````
4242
4343
5. Run the script.

0 commit comments

Comments
 (0)