-
Notifications
You must be signed in to change notification settings - Fork 955
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
install keras-nlp and keras-cv pre-release versions #1340
Conversation
Dockerfile.tmpl
Outdated
@@ -549,7 +549,8 @@ RUN pip install flashtext \ | |||
keras-core \ | |||
# b/312946339 latest version not compatible with our version of keras | |||
keras-cv==0.6.4 \ |
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 new dev
version for keras-cv has also been released. It is 0.8.0.dev0
.
The tests are failing because it tries to download the weights from The test sets the Looks like the new package ignores that parameter... I will ask the keras_nlp folks about it. docker-python/tests/test_keras_nlp.py Line 24 in a42ecff
|
Before, the "configuration" was checked-in. Now, it needs to load the |
@Philmod I pushed to your branch to add a fake API server for kagglehub given internet access is disabled in our smoke tests. I also updated the Dockerfile to install the dev version of |
Test failure:
|
http://b/315833744