Skip to content

Commit 19987ea

Browse files
authored
Releasing version 0.2.0
(triggering new build)
1 parent 93f0e8f commit 19987ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ build tool and a few Python dependencies (please read [TensorFlow documentation]
6363
for more details).
6464

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

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

0 commit comments

Comments
 (0)