RasaHQ / rasa-train-test-gha

A GitHub action to run easily rasa train and rasa test in the CIs.

Home Page:https://rasa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to specify `--fixed-model-name`

rgstephens opened this issue · comments

I'd like to be able to specify the model file name that is used after a successful train. I have a CI-CD pipeline and I want to push the trained model to an S3/GCP/Minio bucket. I need to know the name of the model file so it can be used in later CI-CD steps and when I pull the model at runtime with the --remote-storage option.