Slackbot
03/01/2023, 8:28 AMlarme (shenyang)
03/01/2023, 2:38 PMinit_local
a runner, then use getattr(runner, "my_endpoint").run(...)
?Chaoyu
03/01/2023, 4:44 PMsvc = bentoml.load("my_bento:latest")
result = svc.apis['classify'].func( input_df )
Elior Cohen
03/02/2023, 6:16 AMinit
them - is it okay if we never init them?Elior Cohen
03/02/2023, 6:17 AMChaoyu
03/02/2023, 6:22 AMinit_local
for all required runners in this caseElior Cohen
03/02/2023, 6:26 AMlarme (shenyang)
03/02/2023, 6:27 AMinit_local
to init the runners.larme (shenyang)
03/02/2023, 6:28 AMsvc
directly like a ML model.Elior Cohen
03/02/2023, 6:36 AM