Skip to content

Conversation

karllessard
Copy link
Collaborator

  • disable broken Linux Arm64 build

@karllessard karllessard requested a review from Craigacp August 30, 2024 20:16
output_dir=pathlib.Path(FLAGS.output_dir),
site_path=pathlib.Path(FLAGS.site_path))
site_path=pathlib.Path(FLAGS.site_path),
script_path=pathlib.Path(REPO_ROOT/'tools/run-javadoc-for-tf.sh'), # FIXME use default one??
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file isn't in the PR.

else:
local_repo = Repo(local_repo_path)
local_repo.remotes['origin'].fetch()
local_repo.git.checkout('v1.0.0')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be defined up top as TF_NDARRAY_VERSION so it's easier to see?

@karllessard
Copy link
Collaborator Author

I added the copy of the javadoc script I had, for local testing

@karllessard karllessard merged commit d8ba114 into master Aug 31, 2024
7 of 8 checks passed
@karllessard karllessard deleted the fix/javadoc-script branch August 31, 2024 17:02
karllessard added a commit that referenced this pull request Sep 24, 2024
karllessard added a commit that referenced this pull request Sep 24, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants