Hello all, so i have deploy a model in s3 aws when i use the api and train a model, i can’t save it in s3 but the path of the new model is /tmp/xxxx/nlu-xxxx ? any help to save model in s3 after train the model with api rasa ?
Hi Kamal,
The rasa train
command cannot write to S3. You would have to use the S3 api or cli to move a model to an S3 bucket.
Greg
1 Like
ok i see thank s a lot but can u do it from the config file ? like add config about where the model will be stored ? like stroage: aws ? or think like that ? i have already save the model in local and use sdk aws to put model in s3 but i wanna do it directly with rasa ? i just wanna know if it s possible or not @stephens
i use api rasa and not the line command for training
You can read the model from S3 using the --remote-storage aws
option along with setting the related environment variables shown here
1 Like