You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No module named 'tornado' on image pytorch/torchserve-kfs:0.7.1
The tornado package is needed for using with KServe.
Error logs
File "/home/model-server/kserve_wrapper/__main__.py", line 7, in <module>
from TorchserveModel import TorchserveModel
File "/home/model-server/kserve_wrapper/TorchserveModel.py", line 9, in <module>
import tornado.web
ModuleNotFoundError: No module named 'tornado'
Installation instructions
Install torchserve from source: No
Using Docker: Yes. Pulling the image from dockerhub.
Model Packaing
.
config.properties
No response
Versions
.
Repro instructions
docker pull pytorch/torchserve-kfs:0.7.1
docker run -it --rm pytorch/torchserve-kfs:0.7.1 bash
pip show tornado
Possible Solution
No response
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
No module named 'tornado' on image pytorch/torchserve-kfs:0.7.1
The tornado package is needed for using with KServe.
Error logs
Installation instructions
Install torchserve from source: No
Using Docker: Yes. Pulling the image from dockerhub.
Model Packaing
.
config.properties
No response
Versions
.
Repro instructions
Possible Solution
No response
The text was updated successfully, but these errors were encountered: