install keras-nlp and keras-cv pre-release versions#1340
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.
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