-
Notifications
You must be signed in to change notification settings - Fork 243
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
Update requirements and install instructions for multi-backend keras #1257
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
mattdangerw
force-pushed
the
requirements
branch
from
September 27, 2023 00:58
ded5f7b
to
6ff39c0
Compare
I'll probably wait for tensorflow-text 2.14 to get to pypi to merge, but can review on this whenever. |
/gcbrun |
mattdangerw
force-pushed
the
requirements
branch
from
September 27, 2023 23:42
6ff39c0
to
1aa1145
Compare
jbischof
approved these changes
Sep 28, 2023
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.
Thanks!
ianstenbit
reviewed
Sep 28, 2023
ianstenbit
approved these changes
Sep 28, 2023
/gcbrun |
mattdangerw
force-pushed
the
requirements
branch
from
October 3, 2023 21:23
e27410d
to
dfbd449
Compare
/gcbrun |
mattdangerw
force-pushed
the
requirements
branch
from
October 9, 2023 21:24
dfbd449
to
a77561a
Compare
/gcbrun |
/gcbrun |
mattdangerw
added a commit
to mattdangerw/keras-hub
that referenced
this pull request
Dec 7, 2023
…eras-team#1257) * Update requirements and install instructions for multi-backend keras * Address comments * less strict bounds * Update to released tf-text * Match keras versions
mattdangerw
added a commit
to mattdangerw/keras-hub
that referenced
this pull request
Dec 7, 2023
…eras-team#1257) * Update requirements and install instructions for multi-backend keras * Address comments * less strict bounds * Update to released tf-text * Match keras versions
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.
Tensorflow 2.14 is finally coming out, with cuda support via pip. Feels like a good time to update our instructions to make multi-backend GPU support a little easier (without help it is pretty hard).
A few notes:
conda
as we were using it for cuda (which we can now get via pip). So we could considervenv
orpyenv
etc.