You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Graph is changed to public in Session.java (#535)
* Merge doc changes from r1.0
* Fix unknown shapes in signature proto
* Update NdArray dependency
* Fix spotless check
* Fix broadcastMask/Update
Accept partially unknown shaped mask
* linux-arm64: add build artifact item for linux-arm64 platform
TensorFlow v2.16.1 wheel artifacts and the jar build support are added
* linux-arm64 fixes to package the right dependencies into tensorflow native jar
* Fix javadoc
Co-authored-by: Adam Pocock <[email protected]>
* Add instructions for new module names (#554)
* CI: add CI support for linux-arm64 platform (#548)
* Fix/javadoc script (#555)
* Update macos x86 runner
* Don’t deploy missing linux-arm64 build
* Cleanup missing Linux-arm64 dependencies
* Use org large runners for Linux arm64
* Using setup-java for linux-arm64
* Switch to zulu
* Add back Linux arm64 artifacts (#556)
* Upgrade to TF2.16.2 (#557)
* Link to libomp full name (#558)
* Releasing 1.0.0 RC2
---------
Co-authored-by: manojava98 <[email protected]>
Co-authored-by: Sunita Nadampalli <[email protected]>
Co-authored-by: Adam Pocock <[email protected]>
Co-authored-by: snadampal <[email protected]>
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/staging') }} # DEPLOY_SNAPSHOT (releases should be signed and deployed manually from local machine)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ To upgrade the version of TensorFlow that is embedded within TensorFlow Java, pl
79
79
### Upgrading TensorFlow Native Library
80
80
81
81
1. Download locally the archive of the tensorflow release at https://github.com/tensorflow/tensorflow/archive/refs/tags/vX.X.X.tar.gz
82
-
2. Compute the SHA sum using the shell command `sha256sum <tensorflow-x.x.x.tar.gz>`
82
+
2. Compute the SHA sum using the shell command `shasum -a 256 <tensorflow-x.x.x.tar.gz>`
83
83
3. Update `urls`, `sha256` and `strip_prefix` fields of the `org_tensorflow` archive rule in Bazel [workspace](https://github.com/tensorflow/java/blob/master/tensorflow-core/tensorflow-core-native/WORKSPACE#L19)
84
84
4. Extract the archive in a temporary folder
85
85
5. Copy the content of `tensorflow-x.x.x/.bazelrc` file to `tensorflow-core/tensorflow-core-native/tensorflow.bazelrc` under TensorFlow Java source tree
0 commit comments