Skip to content

Commit 589470f

Browse files
authored
Merge pull request #243 from FloopCZ/v2.3.1
v2.3.1
2 parents eb9dfd6 + 6341c2a commit 589470f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfiles/BAZEL_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
3.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tensorflow_cc
22
[![Build Status](http://elm.floop.cz:8080/buildStatus/icon?job=tensorflow_cc)](http://elm.floop.cz:8080/job/tensorflow_cc/)
3-
[![TF version](https://img.shields.io/badge/TF%20version-2.2.0-brightgreen.svg)]()
3+
[![TF version](https://img.shields.io/badge/TF%20version-2.3.1-brightgreen.svg)]()
44

55
This repository makes possible the usage of the [TensorFlow C++](https://www.tensorflow.org/api_docs/cc/) API from the outside of the TensorFlow source code folders and without the use of the [Bazel](https://bazel.build/) build system.
66

@@ -66,7 +66,7 @@ sudo pacman -S cuda cudnn nvidia
6666
```
6767

6868
**Warning:** Newer versions of TensorFlow sometimes fail to build with the latest version of Bazel. You may wish
69-
to install an older version of Bazel (e.g., 2.0.0).
69+
to install an older version of Bazel (e.g., 3.1.0).
7070

7171
#### 2) Clone this repository
7272
```

tensorflow_cc/PROJECT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.1

0 commit comments

Comments
 (0)