Ragy
Results
1
comments of
Ragy
bug: Http Server is not worked with Pytorch-Lightning without 'del sys.modules["prometheus_client"]'
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):...