Skip to content
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

📢 KerasNLP is becoming KerasHub 📢 #1831

Open
mattdangerw opened this issue Sep 13, 2024 · 1 comment
Open

📢 KerasNLP is becoming KerasHub 📢 #1831

mattdangerw opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
Gemma Gemma model specific issues keras-hub Part of teh consolidation repository for KerasCV and KerasNLP

Comments

@mattdangerw
Copy link
Member

mattdangerw commented Sep 13, 2024

tl;dr

  • We are consolidating KerasNLP and KerasCV into a new KerasHub package.
  • We will be renaming this keras-nlp GitHub repository to keras-hub.
  • All existing usages will continue to work!
    • You can keep running pip install keras-nlp & import keras_nlp—nothing will break. Same with keras_cv.

What's happening

Popular pretrained models are frequently becoming multi-modal. In the text domain, chat LLMs are adding support for image and audio inputs and outputs. In the vision domain, using text encoders is common for a wide range of tasks from image segmentation to image generation.

We do not believe any particular division of pretrained models will help the Keras ecosystem going forward. Distinctions between model architectures (transformers vs convnets vs diffision models) become fuzzy, as do divisions between modalities.

By consolidating to a single library that focuses on easy-to-use, pretrained architectures and weights, we can better deliver a set of features that apply to all pretrained models—easy model publishing and sharing, PEFT and quantization support, scaled up muli-host training.

To that end, we are consolidating KerasNLP and KerasCV into a KerasHub package.

The plan

We will start start by simply renaming the KerasNLP library to KerasHub. KerasNLP already supports multiple modalities with models like PaliGemma, as well as many features (easy model publishing), we would like to bring to CV models.

  • This repo will be renamed to keras-hub. Library symbols will be renamed from keras_nlp to keras_hub.
  • We will keep a keras_nlp package with all the old imports. This change will be fully backward compatible.
  • To move from keras_nlp to keras_hub, you should be able to simply find and replace all instances of keras_nlp with keras_hub in code.
  • keras_cv models will move to keras_hub on an ongoing bases. You can expect some usage changes to CV models, as we make sure we deliver a consistent UX across modalities.

When is this happening

The repository is now a preview for the upcoming KerasHub release, but we have not yet made an official release of the keras-hub package. If you would like to try things out as we build, you can do so by trying our nightly package: pip install keras-hub-nightly.

We are tentatively aiming for a mid October release of KerasHub.

Feedback and help

We would appreciate any feedback from the community on this! Please feel free to use this issue to send us thoughts.

We have a number of issues related to the port with the contributions welcome tag.

@github-actions github-actions bot added the Gemma Gemma model specific issues label Sep 13, 2024
@mattdangerw mattdangerw added keras-hub Part of teh consolidation repository for KerasCV and KerasNLP and removed Gemma Gemma model specific issues labels Sep 13, 2024
@mattdangerw mattdangerw changed the title ⚠️ KerasNLP is becoming KerasHub ⚠️ ❗KerasNLP is becoming KerasHub❗ Sep 13, 2024
@github-actions github-actions bot added the Gemma Gemma model specific issues label Sep 13, 2024
@mattdangerw mattdangerw changed the title ❗KerasNLP is becoming KerasHub❗ 📢 KerasNLP is becoming KerasHub 📢 Sep 13, 2024
@mattdangerw mattdangerw pinned this issue Sep 13, 2024
@mattdangerw mattdangerw removed the Gemma Gemma model specific issues label Sep 13, 2024
@github-actions github-actions bot added the Gemma Gemma model specific issues label Sep 20, 2024
@mattdangerw
Copy link
Member Author

Update: we have now renamed the repository and code to keras-hub, but we have not yet released the KerasHub package.

If you would like to try things out as we build, use the nightly package: pip install keras-hub-nightly. If you want the backwards compatible keras_nlp imports, you can try that on nightly too: pip install keras-nlp-nightly.

Lastly, if you were building the package from source, and want to keep things working with the old imports, you will need to install as follows:

!pip install "git+https://github.com/keras-team/keras-hub" "git+https://github.com/keras-team/keras-hub#subdirectory=keras_nlp"

That will install both the new keras_hub source, as well as a keras_nlp shim package.

As always, feedback welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gemma Gemma model specific issues keras-hub Part of teh consolidation repository for KerasCV and KerasNLP
Projects
None yet
Development

No branches or pull requests

3 participants