Results 3 comments of Alejandro Granados Bañuls

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",...

> 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...

Wait, I removed the venv I was using and now everything seems to work properly.