Skip to content

Commit

Permalink
Merge pull request #243 from FloopCZ/v2.3.1
Browse files Browse the repository at this point in the history
v2.3.1
  • Loading branch information
FloopCZ committed Sep 28, 2020
2 parents eb9dfd6 + 6341c2a commit 589470f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/BAZEL_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
3.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tensorflow_cc
[![Build Status](http://elm.floop.cz:8080/buildStatus/icon?job=tensorflow_cc)](http://elm.floop.cz:8080/job/tensorflow_cc/)
[![TF version](https://img.shields.io/badge/TF%20version-2.2.0-brightgreen.svg)]()
[![TF version](https://img.shields.io/badge/TF%20version-2.3.1-brightgreen.svg)]()

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.

Expand Down Expand Up @@ -66,7 +66,7 @@ sudo pacman -S cuda cudnn nvidia
```

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

#### 2) Clone this repository
```
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_cc/PROJECT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.1

0 comments on commit 589470f

Please sign in to comment.