Skip to content

Commit

Permalink
Releasing version 0.2.0
Browse files Browse the repository at this point in the history
(triggering new build)
  • Loading branch information
karllessard authored Oct 6, 2020
1 parent 93f0e8f commit 19987ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ build tool and a few Python dependencies (please read [TensorFlow documentation]
for more details).

This step can take multiple hours on a regular laptop. It is possible though to skip completely the native build if you are
working on a version that already has pre-compiled native artifacts for your platform [available on Sonatype OSS Nexus repository](#Snapshots).
You just need to activate the `dev` profile in your Maven command to use those artifacts instead of building them from scratch
(e.g. `mvn install -Pdev`).
working on a version that already has pre-compiled native artifacts for your platform
[available on Sonatype OSS Nexus repository](#Snapshots). You just need to activate the `dev` profile in your Maven command
to use those artifacts instead of building them from scratch (e.g. `mvn install -Pdev`).

Note that modifying any source files under `tensorflow-core` may impact the low-level TensorFlow bindings, in which case a
complete build could be required to reflect the changes.
Expand Down

0 comments on commit 19987ea

Please sign in to comment.