Skip to content

Commit 123f14f

Browse files
committed
Update tf-text 2.19.0.
1 parent 8ed4aa8 commit 123f14f

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
@@ -16,7 +16,7 @@
1616
2. 安装`tensorflow`.
1717

1818
```shell
19-
pip install tensorflow==2.18.0
19+
pip install tensorflow==2.19.0
2020
```
2121

2222
3. 安装`bazel 6.5.0`.
@@ -28,12 +28,12 @@
2828
bazel --version # 确保版本是6.5.0即可.
2929
```
3030

31-
4. 下载并解压`text 2.18.1`.
31+
4. 下载并解压`text 2.19.0`.
3232

3333
```shell
34-
wget https://github.com/tensorflow/text/archive/refs/tags/v2.18.1.zip
35-
unzip ./v2.18.1.zip
36-
cd text-2.18.1
34+
wget https://github.com/tensorflow/text/archive/refs/tags/v2.19.0.zip
35+
unzip ./v2.19.0.zip
36+
cd text-2.19.0
3737
```
3838

3939
5. 运行脚本构建.

tutorials/text/text.md

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

1818
```shell
19-
pip install tensorflow==2.18.0
19+
pip install tensorflow==2.19.0
2020
````
2121
2222
3. Install `bazel 6.5.0`.
@@ -28,12 +28,12 @@ It is assumed here that you have the necessary Unix-Like knowledge, [`brew`](htt
2828
bazel --version # Make sure the version is 6.5.0.
2929
````
3030

31-
4. Download and extract `text 2.18.1`.
31+
4. Download and extract `text 2.19.0`.
3232

3333
```shell
34-
wget https://github.com/tensorflow/text/archive/refs/tags/v2.18.1.zip
35-
unzip ./v2.18.1.zip
36-
cd text-2.18.1
34+
wget https://github.com/tensorflow/text/archive/refs/tags/v2.19.0.zip
35+
unzip ./v2.19.0.zip
36+
cd text-2.19.0
3737
````
3838
3939
5. Run the script.

0 commit comments

Comments
 (0)