Skip to content

Commit 6640eb2

Browse files
committed
Update tensorflow 2.19.0.
1 parent 123f14f commit 6640eb2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tutorials/tensorflow/tensorflow-zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
bazel --version # 确保版本是6.5.0即可.
2323
```
2424

25-
3. 下载并解压`tensorflow 2.18.0`.
25+
3. 下载并解压`tensorflow 2.19.0`.
2626

2727
```shell
28-
wget https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.18.0.zip
29-
unzip v2.18.0.zip
30-
cd tensorflow-2.18.0
28+
wget https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.19.0.zip
29+
unzip v2.19.0.zip
30+
cd tensorflow-2.19.0
3131
```
3232

3333
4. 设置环境变量`TF_PYTHON_VERSION`.

tutorials/tensorflow/tensorflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Please use `Xcode 15.3` and `Apple clang version 15.0.0 (clang-1500.3.9.4)` or l
2222
bazel --version # Make sure the version is 6.5.0.
2323
```
2424

25-
3. Download and extract `tensorflow 2.18.0`.
25+
3. Download and extract `tensorflow 2.19.0`.
2626

2727
```shell
28-
wget https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.18.0.zip
29-
unzip v2.18.0.zip
30-
cd tensorflow-2.18.0
28+
wget https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.19.0.zip
29+
unzip v2.19.0.zip
30+
cd tensorflow-2.19.0
3131
```
3232

3333
4. Set the environment variable `TF_PYTHON_VERSION`.

0 commit comments

Comments
 (0)