Typo in serving.py

This commit is contained in:
Kashif Rasul
2019-12-26 12:21:40 +01:00
committed by GitHub
parent aeef4823ab
commit 7211541ade

View File

@@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand):
raise RuntimeError(
"Using serve command requires FastAPI and unicorn. "
"Please install transformers with [serving]: pip install transformers[serving]."
"Or install FastAPI and unicorn separatly."
"Or install FastAPI and unicorn separately."
)
else:
logger.info("Serving model over {}:{}".format(host, port))