Slackbot
04/04/2023, 10:15 AMJim Rohrer
04/04/2023, 3:09 PMlarme (shenyang)
04/04/2023, 5:26 PMBrendon Kasi
04/13/2023, 3:39 PMBrendon Kasi
04/18/2023, 7:17 AMChaoyu
04/18/2023, 7:56 AM.model
on a runner in the service code won’t workChaoyu
04/18/2023, 7:57 AMChaoyu
04/18/2023, 7:57 AMChaoyu
04/18/2023, 7:58 AMrunner.model
here is a reference to BentoML’s saved model object, not the pytorch model instanceChaoyu
04/18/2023, 7:59 AMBrendon Kasi
04/19/2023, 8:26 AMtorch.load
inside the runner class), then I won't need to do bentoml.pytorch.save_model
, right?
Is there a way to access the pytorch model instance from the model store (instead of having to load the model inside the runner class)?Brendon Kasi
04/20/2023, 1:22 PM