-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 keras-io to include KerasHub #1940
Update keras-io to include KerasHub #1940
Conversation
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 for the PR! Can you look into the test failure?
3.709 FileNotFoundError: [Errno 2] No such file or directory: '/templates/guides/keras_nlp/upload.md'
@@ -642,7 +642,7 @@ | |||
"accelerator": "GPU", | |||
"colab": { | |||
"collapsed_sections": [], | |||
"name": "gpt2_text_generation_with_kerasnlp", | |||
"name": "gpt2_text_generation_with_kerashub", |
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.
If any URLs are getting switched from kerasnlp
to kerashub
, we need to add redirects for them. Please add entries in the redirects/
directory.
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.
The updates have been made to files in the redirects folder.
The test failure has been has been fixed |
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.
LGTM, thank you!
The PR contains the following changes