Slackbot
04/14/2023, 10:08 AMJiang
04/14/2023, 11:40 AMhojun seo
04/17/2023, 1:36 AMmnist_model = bentoml.pytorch.get("mnist_cnn:latest")
at the beginning. But I am trying to make this model now even before runnable but pickling isnt working. Maybe I am not entirely following what you suggested?Jiang
04/17/2023, 4:39 AMJiang
04/17/2023, 4:42 AMsave
and load
steps in bentoml. Just includes the file in your project and load it directly in custom runner with the original API (fasttext.load_model here).hojun seo
04/17/2023, 5:13 AM