-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TFLite] Fix tests so that TensorFlow 2.9 is supported #12130
Conversation
Co-authored-by: Leandro Nunes <leandro.nunes@arm.com>
6a042e0
to
ca3ea5b
Compare
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
Change-Id: I4995377d4bb7df61cb8b92f50af01e9df623f0c4
I've been testing this change with TensorFlow 2.9.1 update that is proposed in #12131, and these tests are passing, so I'm merging this change so that it doesn't go stale. Example job: https://ci.tlcpack.ai/job/tvm/job/ci-docker-staging/270/ note: some other non-related tests fail, which I'm fixing in separate PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @NicolaLancellotti
This pr fixes the tests that will be broken when we will update TFLite to the 2.9 version. We will update TensorFlow and TFLite versions to 2.9 so that we can benefit from improvements in packaging to support multiple platforms and Operating Systems.
This pr fixes the tests that will be broken when we will update TFLite to the 2.9 version.
We will update TensorFlow and TFLite versions to 2.9 so that we can benefit from improvements in packaging to support multiple platforms and Operating Systems.