v0.6.0 #1130
Unanswered
mattdangerw
asked this question in
General
v0.6.0
#1130
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
KerasNLP is adding experimental support for Jax and PyTorch backends on top of the Keras Core library. Read the anouncement, and browse the full library documentation, including how to specify the backend when running your code.
Support for both Jax and PyTorch is still experimental, expect some rough edges and please give us feedback!
Summary
0.5.2
with the addition of multi-backend support.keras_nlp.models.DebertaV3*
keras_nlp.models.FNet*
keras_nlp.metrics
keras_nlp.samplers.BeamSampler
keras_nlp.samplers.ContrastiveSampler
KERAS_BACKEND={jax, torch, tensorflow}
, you will be trying the new Keras Core library, using the specified backend. This is a great way to test out the future of the library!What's Changed
Defaults to
to end of arg docstring and standardise values by @SamuelMarks in MoveDefaults to
to end of arg docstring and standardise values #1057GPTNeoXBackbone
by @shivance in AddingGPTNeoXBackbone
#1056GPTNeoXPreprocessor
by @shivance in AddGPTNeoXPreprocessor
#1093GPTNeoXCausalLMPreprocessor
by @shivance in AddGPTNeoXCausalLMPreprocessor
#1106RotaryEmbedding
andGPTNeoXAttention
by @shivance in RefactorRotaryEmbedding
andGPTNeoXAttention
#1101New Contributors
Defaults to
to end of arg docstring and standardise values #1057Full Changelog: v0.5.2...v0.6.0
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions