You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: