This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Add support for TF 2.19.1#70
Open
feranick wants to merge 37 commits intogoogle-coral:masterfrom
Open
Conversation
To conform with git tag
Change su user to root to allow compilation in Ubuntu 24.04 24.04 introduces a new way to handle repositories, using sources rather than lists.
Still refers to ancient versions of TF. In reference to: google-coral#66 google-coral#72
No longer available in trixie and not needed in previous versions
This requires redefining configure_cuda, which was dropped in TF when moving to hermetic CUDA builds.
Contributor
Author
|
Updated patches to support Tensorflow 2.18.1 |
Uses a local version of the python_version_repo, which in its definitions misses the variable USE_PYWRAP_RULES.
Contributor
Author
|
Extended support to TensorFlow 2.19.1. Please see details in the commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for TF 2.17.0 also allows for successful builds of related libraries
libcoralandpycoral.@Namburger