Slackbot
10/13/2022, 5:20 AMsauyon
10/13/2022, 6:05 PMEric Riddoch
10/14/2022, 7:06 AM-v ~/bentoml/models:/home/bento/models
, could you simply run a bento.pytorch.save_model(model)
command to save the resulting model on the host machine?
• In the cloud: presumably, you'd want a remote model registry. Maybe MLFlow+S3. Then use a bentofile.yaml
-created Docker image, then upload it after training.
Do both of those look like what you'd imagine?sauyon
10/14/2022, 7:29 AMbentoml.models.export
too.