-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CMLE/TFX failure: Exceeded the max allowed number of models per project: 100. #587
Comments
Thanks. The problem could be the models are left uncleaned for certain reasons. |
/assign @qimingj |
I do not remember any model cleanup code at all... |
Script to remove all model versions:
|
The sample test cleaned the models after testing. |
resolved in #622 |
…ubeflow#587) * Update the Tekton pipelines to support applications whose source code isn't in the kubeflow repository (e.g. TFJob controller and pytorch) * We need to generalize the name of the git resource containing the application to be app-repo. * update_kf_apps.py needs to filter out repositories that aren't need for a particular application; attaching extra resources to a pipeline causes the run to fail. * Update tests to work with assumption that source could be a different repository. * Use structured logging to make it easier to find logs about a particular application
…beflow#587) * fix custom task I/O behaviors on recursion and while loop * Fix comment typo
/assign @gaoning777
The text was updated successfully, but these errors were encountered: