-
Notifications
You must be signed in to change notification settings - Fork 355
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
Merge LIT v1.2 onto main for release #1526
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
`from keras import ops` or `import keras` are valid, but `import keras.ops` is no longer valid since ops is not a module in keras namespace, but points to the public API. PiperOrigin-RevId: 626326912
PiperOrigin-RevId: 628490534
PiperOrigin-RevId: 628494490
PiperOrigin-RevId: 629571604
…GTP2 and SentencePiece tokenizer. PiperOrigin-RevId: 632611251
PiperOrigin-RevId: 636277468
PiperOrigin-RevId: 637017601
PiperOrigin-RevId: 638351905
PiperOrigin-RevId: 638684231
PiperOrigin-RevId: 639874888
…on from the LIT examples. PiperOrigin-RevId: 640191591
PiperOrigin-RevId: 640521996
PiperOrigin-RevId: 640597959
PiperOrigin-RevId: 640897240
PiperOrigin-RevId: 640962672
…from the LIT examples. PiperOrigin-RevId: 641263684
PiperOrigin-RevId: 641337890
PiperOrigin-RevId: 641953632
PiperOrigin-RevId: 642637693
PiperOrigin-RevId: 642676042
PiperOrigin-RevId: 642683304
PiperOrigin-RevId: 643077309
PiperOrigin-RevId: 643086573
PiperOrigin-RevId: 644039366
PiperOrigin-RevId: 644414363
PiperOrigin-RevId: 644421561
PiperOrigin-RevId: 645032202
PiperOrigin-RevId: 645441653
PiperOrigin-RevId: 645459602
PiperOrigin-RevId: 645466395
…m default LIT notebook layouts. PiperOrigin-RevId: 646087107
…resolved. (The newest version of dalle-mini is 0.1.5, which depends on jax==0.3.25 strictly. For jaxlib, the oldest available version is 0.4.6. However, jax (0.3.25) is not compatible with any jaxlib verion >= 0.4.6.) PiperOrigin-RevId: 646145542
…emo. PiperOrigin-RevId: 646146700
PiperOrigin-RevId: 646279470
PiperOrigin-RevId: 646493892
PiperOrigin-RevId: 646502922
PiperOrigin-RevId: 646541561
PiperOrigin-RevId: 646542614
PiperOrigin-RevId: 646544804
PiperOrigin-RevId: 646547287
…remove dead links. PiperOrigin-RevId: 646613181
PiperOrigin-RevId: 646624034
PiperOrigin-RevId: 646648117
PiperOrigin-RevId: 646649859
This fixes a bug where bfloat16 is not supported in nonGPU or nonTPU machine. PiperOrigin-RevId: 646651355
Website updates for v1.2 release
PiperOrigin-RevId: 646672631
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
bdu91
approved these changes
Jun 26, 2024
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.
No description provided.