Alejandro Granados Bañuls
Alejandro Granados Bañuls
bug: Http Server is not worked with Pytorch-Lightning without 'del sys.modules["prometheus_client"]'
I am having the same problem, when I start a service using a pytorch runner like: ```python import bentoml from bentoml import Service puzzle_runner = bentoml.pytorch.get("8-puzzle:latest").to_runner() svc = Service( "Test",...
bug: Http Server is not worked with Pytorch-Lightning without 'del sys.modules["prometheus_client"]'
> can you send the output of `cat $(bentoml models get model:tag -o path)/model.yaml`? Hey! Sorry for the delay, here is the result: ``` >>> cat $(bentoml models get 8-puzzle:1.0...
bug: Http Server is not worked with Pytorch-Lightning without 'del sys.modules["prometheus_client"]'
Wait, I removed the venv I was using and now everything seems to work properly.