Ragy

Results 1 comments of Ragy

Here is a solution, TLDR: add the import of `pytorch_lightning` and `torch` after `benotml` ``` python import sys import bentoml from bentoml.io import Image from bentoml.io import PandasDataFrame class Yolov5Runnable(bentoml.Runnable):...