This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
s
It is best to follow the bentoml doc and run the service as suggested;
bentoml serve my_app:svc --reload
to run locally.
1
s
Ok Got it..Thanks Shingian
s
This is due to an incompatibility introduced in starlette. You can either downgrade
starlette<0.25.0
or upgrade
bentoml>=1.0.15
. See release notes, https://github.com/bentoml/BentoML/releases/tag/v1.0.15
1