Unverified Commit 7211541a authored by Kashif Rasul's avatar Kashif Rasul Committed by GitHub
Browse files

Typo in serving.py

parent aeef4823
...@@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand): ...@@ -110,7 +110,7 @@ class ServeCommand(BaseTransformersCLICommand):
raise RuntimeError( raise RuntimeError(
"Using serve command requires FastAPI and unicorn. " "Using serve command requires FastAPI and unicorn. "
"Please install transformers with [serving]: pip install transformers[serving]." "Please install transformers with [serving]: pip install transformers[serving]."
"Or install FastAPI and unicorn separatly." "Or install FastAPI and unicorn separately."
) )
else: else:
logger.info("Serving model over {}:{}".format(host, port)) logger.info("Serving model over {}:{}".format(host, port))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment