File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ build tool and a few Python dependencies (please read [TensorFlow documentation]
63
63
for more details).
64
64
65
65
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 ` ).
69
69
70
70
Note that modifying any source files under ` tensorflow-core ` may impact the low-level TensorFlow bindings, in which case a
71
71
complete build could be required to reflect the changes.
You can’t perform that action at this time.
0 commit comments