-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
[GSK-852] Change Tensorflow to latest version, to enable arm64 test a… #1409
Merged
Conversation
This file contains 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
GSK-852 TensorFlow 2.11.0 not working on arm64
Reported error by hugo :
To try:
|
Hartorn
force-pushed
the
feature/improve-image-build
branch
from
September 19, 2023 12:49
dc3698a
to
be48728
Compare
Hartorn
force-pushed
the
feature/GSK-852
branch
7 times, most recently
from
September 20, 2023 07:15
217b1f5
to
1a85c48
Compare
Hartorn
force-pushed
the
feature/GSK-852
branch
11 times, most recently
from
September 20, 2023 16:31
7fe3243
to
28c714c
Compare
Hartorn
force-pushed
the
feature/GSK-852
branch
from
September 21, 2023 08:15
28c714c
to
6561258
Compare
Hartorn
changed the base branch from
main
to
feature/gsk-1745-upgrade-pydantic-to-20
September 21, 2023 16:03
Hartorn
force-pushed
the
feature/GSK-852
branch
from
September 21, 2023 16:26
38e8bba
to
56a7d31
Compare
Hartorn
force-pushed
the
feature/gsk-1745-upgrade-pydantic-to-20
branch
from
September 22, 2023 09:07
15f418b
to
c467382
Compare
Hartorn
force-pushed
the
feature/GSK-852
branch
from
September 22, 2023 09:14
18f3446
to
2dc7945
Compare
Base automatically changed from
feature/gsk-1745-upgrade-pydantic-to-20
to
main
September 22, 2023 09:51
Hartorn
force-pushed
the
feature/GSK-852
branch
from
September 22, 2023 09:53
2dc7945
to
4ad907d
Compare
Inokinoki
reviewed
Sep 22, 2023
Inokinoki
reviewed
Sep 22, 2023
Hartorn
force-pushed
the
feature/GSK-852
branch
2 times, most recently
from
September 25, 2023 12:19
04ef83d
to
7a26a6c
Compare
Review finished. I will try to test on Linux and macOS, with py3.11 |
Hartorn
force-pushed
the
feature/GSK-852
branch
3 times, most recently
from
September 28, 2023 08:37
8200204
to
fcd1579
Compare
Contributes to GSK-1762
Hartorn
force-pushed
the
feature/GSK-852
branch
from
September 28, 2023 09:46
fcd1579
to
c174083
Compare
Kudos, SonarCloud Quality Gate passed! |
rabah-khalek
approved these changes
Sep 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Needs #1401 to be merged
Description
I'm not sure why it's changing so much, but I guess we are not using the same weights exactly.
Is it
Notes :
Pydantic >2 cannot be installed with tensorflow >=2.13, because of incompatible version typing-extensions
tensorflow/tensorflow#60687 (comment)
Should be fine in 2.14