-
Notifications
You must be signed in to change notification settings - Fork 398
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
CI/CD - base decision to train or not on fingerprint logic of rasa train
itself
#122
Comments
rasa train
itself
@b-quachtran , |
@ArjaanBuijk I think the above approach makes sense, I know of customer that doing something very similar in their CI pipeline for determining if model training needs to be run. One thing that I think would work well is to make use of the |
The return code from
|
I tried it out, but when running the cicd pipeline, downloading the model first, and then issuing For now, leaving the existing logic in place. |
The CI/CD pipeline checks if it needs to train the model or not.
It does this by checking if any of the changed files of the most recent commits require a re-training.
This is not good for two reasons:
rasa train
command needs to decide to retrain or not.It is proposed to try this approach:
rasa train
command, and relies on the build-in logic to train or notThe text was updated successfully, but these errors were encountered: